Color spaces of #dfcedc
RGB | 223 | 206 | 220 |
---|---|---|---|
HSL | 0.86 | 0.21 | 0.84 |
HSV | 311° | 8° | 87° |
CMYK | 0.00 | 0.08 | 0.01 0.13 |
XYZ | 65.4210 | 64.9979 | 76.8079 |
Yxy | 64.9979 | 0.3157 | 0.3137 |
Hunter Lab | 80.6213 | 3.7585 | -0.0507 |
CIE-Lab | 84.4827 | 8.3501 | -4.7917 |
#dfcedc color RGB value is (223,206,220).
#dfcedc hex color red value is 223, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfcedc hue: 0.86 , saturation: 0.21 and the lightness value of dfcedc is 0.84.
The process color (four color CMYK) of #dfcedc color hex is 0.00, 0.08, 0.01, 0.13. Web safe color of #dfcedc is #cccccc. Color #dfcedc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001110 | 11011100 |
Octal | 337 | 316 | 334 |
Decimal | 223 | 206 | 220 |
Hex | DF | CE | DC |
Shades of #dfcedc
Tints of #dfcedc
RGB Percentages of Color #dfcedc
CMYK Percentages of Color #dfcedc
Complementary Color
#dfcedc | #cedfd1 |
#dfcedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcedc Color CSS Codes
.mybgcolor {background-color:#dfcedc; } .myforecolor {color:#dfcedc; } .mybordercolor {border:3px solid #dfcedc; }
#dfcedc Text Font Color
<p style="color:#dfcedc">Text here</p>
This sample text font color is #dfcedc
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.
#dfcedc Background Color
<div style="background-color:#dfcedc">
Div content here</div>
This div background color is #dfcedc
#dfcedc Border Color
<div style="border:3px solid #dfcedc">
Div here</div>
This div border color is #dfcedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcedc; -webkit-box-shadow: 1px 1px 3px 2px #dfcedc; box-shadow: 1px 1px 3px 2px #dfcedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,206,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcedc; -webkit-box-shadow: 1px 1px 3px 2px #dfcedc; box-shadow: 1px 1px 3px 2px #dfcedc;">
Div content here</div>
This div box has shadow with color #dfcedc
Comments
No comments written yet.
Please login to write comment.