Color spaces of #dfbdcb
RGB | 223 | 189 | 203 |
---|---|---|---|
HSL | 0.93 | 0.35 | 0.81 |
HSV | 335° | 15° | 87° |
CMYK | 0.00 | 0.15 | 0.09 0.13 |
XYZ | 59.4085 | 56.3950 | 64.2541 |
Yxy | 56.3950 | 0.3299 | 0.3132 |
Hunter Lab | 75.0966 | 9.7913 | 1.8380 |
CIE-Lab | 79.8381 | 14.4086 | -2.5175 |
#dfbdcb color RGB value is (223,189,203).
#dfbdcb hex color red value is 223, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dfbdcb hue: 0.93 , saturation: 0.35 and the lightness value of dfbdcb is 0.81.
The process color (four color CMYK) of #dfbdcb color hex is 0.00, 0.15, 0.09, 0.13. Web safe color of #dfbdcb is #cccccc. Color #dfbdcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111101 | 11001011 |
Octal | 337 | 275 | 313 |
Decimal | 223 | 189 | 203 |
Hex | DF | BD | CB |
Shades of #dfbdcb
Tints of #dfbdcb
RGB Percentages of Color #dfbdcb
CMYK Percentages of Color #dfbdcb
Complementary Color
#dfbdcb | #bddfd1 |
#dfbdcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbdcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbdcb Color CSS Codes
.mybgcolor {background-color:#dfbdcb; } .myforecolor {color:#dfbdcb; } .mybordercolor {border:3px solid #dfbdcb; }
#dfbdcb Text Font Color
<p style="color:#dfbdcb">Text here</p>
This sample text font color is #dfbdcb
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.
#dfbdcb Background Color
<div style="background-color:#dfbdcb">
Div content here</div>
This div background color is #dfbdcb
#dfbdcb Border Color
<div style="border:3px solid #dfbdcb">
Div here</div>
This div border color is #dfbdcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,189,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbdcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbdcb; -webkit-box-shadow: 1px 1px 3px 2px #dfbdcb; box-shadow: 1px 1px 3px 2px #dfbdcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,189,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbdcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbdcb; -webkit-box-shadow: 1px 1px 3px 2px #dfbdcb; box-shadow: 1px 1px 3px 2px #dfbdcb;">
Div content here</div>
This div box has shadow with color #dfbdcb
Comments
No comments written yet.
Please login to write comment.