Color spaces of #dfbdde
RGB | 223 | 189 | 222 |
---|---|---|---|
HSL | 0.84 | 0.35 | 0.81 |
HSV | 302° | 15° | 87° |
CMYK | 0.00 | 0.15 | 0.00 0.13 |
XYZ | 61.8138 | 57.3571 | 76.9203 |
Yxy | 57.3571 | 0.3152 | 0.2925 |
Hunter Lab | 75.7345 | 13.1548 | -7.2042 |
CIE-Lab | 80.3800 | 17.7661 | -11.9520 |
#dfbdde color RGB value is (223,189,222).
#dfbdde hex color red value is 223, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfbdde hue: 0.84 , saturation: 0.35 and the lightness value of dfbdde is 0.81.
The process color (four color CMYK) of #dfbdde color hex is 0.00, 0.15, 0.00, 0.13. Web safe color of #dfbdde is #cccccc. Color #dfbdde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111101 | 11011110 |
Octal | 337 | 275 | 336 |
Decimal | 223 | 189 | 222 |
Hex | DF | BD | DE |
Shades of #dfbdde
Tints of #dfbdde
RGB Percentages of Color #dfbdde
CMYK Percentages of Color #dfbdde
Complementary Color
#dfbdde | #bddfbe |
#dfbdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbdde Color CSS Codes
.mybgcolor {background-color:#dfbdde; } .myforecolor {color:#dfbdde; } .mybordercolor {border:3px solid #dfbdde; }
#dfbdde Text Font Color
<p style="color:#dfbdde">Text here</p>
This sample text font color is #dfbdde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dfbdde Background Color
<div style="background-color:#dfbdde">
Div content here</div>
This div background color is #dfbdde
#dfbdde Border Color
<div style="border:3px solid #dfbdde">
Div here</div>
This div border color is #dfbdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,189,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbdde; -webkit-box-shadow: 1px 1px 3px 2px #dfbdde; box-shadow: 1px 1px 3px 2px #dfbdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,189,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbdde; -webkit-box-shadow: 1px 1px 3px 2px #dfbdde; box-shadow: 1px 1px 3px 2px #dfbdde;">
Div content here</div>
This div box has shadow with color #dfbdde
#dfbdde Color Palettes
Comments
No comments written yet.
Please login to write comment.