Color spaces of #dfdbce
RGB | 223 | 219 | 206 |
---|---|---|---|
HSL | 0.13 | 0.21 | 0.84 |
HSV | 46° | 8° | 87° |
CMYK | 0.00 | 0.02 | 0.08 0.13 |
XYZ | 66.9035 | 70.8072 | 68.5335 |
Yxy | 70.8072 | 0.3244 | 0.3433 |
Hunter Lab | 84.1470 | -5.3357 | 10.6142 |
CIE-Lab | 87.3913 | -0.8772 | 6.8607 |
#dfdbce color RGB value is (223,219,206).
#dfdbce hex color red value is 223, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfdbce hue: 0.13 , saturation: 0.21 and the lightness value of dfdbce is 0.84.
The process color (four color CMYK) of #dfdbce color hex is 0.00, 0.02, 0.08, 0.13. Web safe color of #dfdbce is #cccccc. Color #dfdbce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011011 | 11001110 |
Octal | 337 | 333 | 316 |
Decimal | 223 | 219 | 206 |
Hex | DF | DB | CE |
Shades of #dfdbce
Tints of #dfdbce
RGB Percentages of Color #dfdbce
CMYK Percentages of Color #dfdbce
Complementary Color
#dfdbce | #ced2df |
#dfdbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdbce Color CSS Codes
.mybgcolor {background-color:#dfdbce; } .myforecolor {color:#dfdbce; } .mybordercolor {border:3px solid #dfdbce; }
#dfdbce Text Font Color
<p style="color:#dfdbce">Text here</p>
This sample text font color is #dfdbce
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.
#dfdbce Background Color
<div style="background-color:#dfdbce">
Div content here</div>
This div background color is #dfdbce
#dfdbce Border Color
<div style="border:3px solid #dfdbce">
Div here</div>
This div border color is #dfdbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,219,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdbce; -webkit-box-shadow: 1px 1px 3px 2px #dfdbce; box-shadow: 1px 1px 3px 2px #dfdbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,219,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 #dfdbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdbce; -webkit-box-shadow: 1px 1px 3px 2px #dfdbce; box-shadow: 1px 1px 3px 2px #dfdbce;">
Div content here</div>
This div box has shadow with color #dfdbce
Comments
No comments written yet.
Please login to write comment.