Color spaces of #dfcfd7
RGB | 223 | 207 | 215 |
---|---|---|---|
HSL | 0.92 | 0.20 | 0.84 |
HSV | 330° | 7° | 87° |
CMYK | 0.00 | 0.07 | 0.04 0.13 |
XYZ | 65.0100 | 65.2199 | 73.4523 |
Yxy | 65.2199 | 0.3192 | 0.3202 |
Hunter Lab | 80.7588 | 2.3626 | 2.6054 |
CIE-Lab | 84.5969 | 6.9311 | -1.9633 |
#dfcfd7 color RGB value is (223,207,215).
#dfcfd7 hex color red value is 223, green value is 207 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dfcfd7 hue: 0.92 , saturation: 0.20 and the lightness value of dfcfd7 is 0.84.
The process color (four color CMYK) of #dfcfd7 color hex is 0.00, 0.07, 0.04, 0.13. Web safe color of #dfcfd7 is #cccccc. Color #dfcfd7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001111 | 11010111 |
Octal | 337 | 317 | 327 |
Decimal | 223 | 207 | 215 |
Hex | DF | CF | D7 |
Shades of #dfcfd7
Tints of #dfcfd7
RGB Percentages of Color #dfcfd7
CMYK Percentages of Color #dfcfd7
Complementary Color
#dfcfd7 | #cfdfd7 |
#dfcfd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcfd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcfd7 Color CSS Codes
.mybgcolor {background-color:#dfcfd7; } .myforecolor {color:#dfcfd7; } .mybordercolor {border:3px solid #dfcfd7; }
#dfcfd7 Text Font Color
<p style="color:#dfcfd7">Text here</p>
This sample text font color is #dfcfd7
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.
#dfcfd7 Background Color
<div style="background-color:#dfcfd7">
Div content here</div>
This div background color is #dfcfd7
#dfcfd7 Border Color
<div style="border:3px solid #dfcfd7">
Div here</div>
This div border color is #dfcfd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,207,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcfd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcfd7; -webkit-box-shadow: 1px 1px 3px 2px #dfcfd7; box-shadow: 1px 1px 3px 2px #dfcfd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,207,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcfd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcfd7; -webkit-box-shadow: 1px 1px 3px 2px #dfcfd7; box-shadow: 1px 1px 3px 2px #dfcfd7;">
Div content here</div>
This div box has shadow with color #dfcfd7
Comments
No comments written yet.
Please login to write comment.