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