Color spaces of #dfcfdc
RGB | 223 | 207 | 220 |
---|---|---|---|
HSL | 0.86 | 0.20 | 0.84 |
HSV | 311° | 7° | 87° |
CMYK | 0.00 | 0.07 | 0.01 0.13 |
XYZ | 65.6625 | 65.4809 | 76.8884 |
Yxy | 65.4809 | 0.3156 | 0.3148 |
Hunter Lab | 80.9203 | 3.2328 | 0.3083 |
CIE-Lab | 84.7309 | 7.8225 | -4.4258 |
#dfcfdc color RGB value is (223,207,220).
#dfcfdc hex color red value is 223, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfcfdc hue: 0.86 , saturation: 0.20 and the lightness value of dfcfdc is 0.84.
The process color (four color CMYK) of #dfcfdc color hex is 0.00, 0.07, 0.01, 0.13. Web safe color of #dfcfdc is #cccccc. Color #dfcfdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001111 | 11011100 |
Octal | 337 | 317 | 334 |
Decimal | 223 | 207 | 220 |
Hex | DF | CF | DC |
Shades of #dfcfdc
Tints of #dfcfdc
RGB Percentages of Color #dfcfdc
CMYK Percentages of Color #dfcfdc
Complementary Color
#dfcfdc | #cfdfd2 |
#dfcfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcfdc Color CSS Codes
.mybgcolor {background-color:#dfcfdc; } .myforecolor {color:#dfcfdc; } .mybordercolor {border:3px solid #dfcfdc; }
#dfcfdc Text Font Color
<p style="color:#dfcfdc">Text here</p>
This sample text font color is #dfcfdc
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.
#dfcfdc Background Color
<div style="background-color:#dfcfdc">
Div content here</div>
This div background color is #dfcfdc
#dfcfdc Border Color
<div style="border:3px solid #dfcfdc">
Div here</div>
This div border color is #dfcfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,207,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcfdc; -webkit-box-shadow: 1px 1px 3px 2px #dfcfdc; box-shadow: 1px 1px 3px 2px #dfcfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,207,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 #dfcfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcfdc; -webkit-box-shadow: 1px 1px 3px 2px #dfcfdc; box-shadow: 1px 1px 3px 2px #dfcfdc;">
Div content here</div>
This div box has shadow with color #dfcfdc
Comments
No comments written yet.
Please login to write comment.