Color spaces of #e0dbcc
RGB | 224 | 219 | 204 |
---|---|---|---|
HSL | 0.13 | 0.24 | 0.84 |
HSV | 45° | 9° | 88° |
CMYK | 0.00 | 0.02 | 0.09 0.12 |
XYZ | 66.9711 | 70.8700 | 67.2763 |
Yxy | 70.8700 | 0.3265 | 0.3455 |
Hunter Lab | 84.1843 | -5.3206 | 11.5471 |
CIE-Lab | 87.4218 | -0.8591 | 7.9680 |
#e0dbcc color RGB value is (224,219,204).
#e0dbcc hex color red value is 224, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e0dbcc hue: 0.13 , saturation: 0.24 and the lightness value of e0dbcc is 0.84.
The process color (four color CMYK) of #e0dbcc color hex is 0.00, 0.02, 0.09, 0.12. Web safe color of #e0dbcc is #cccccc. Color #e0dbcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11011011 | 11001100 |
Octal | 340 | 333 | 314 |
Decimal | 224 | 219 | 204 |
Hex | E0 | DB | CC |
Shades of #e0dbcc
Tints of #e0dbcc
RGB Percentages of Color #e0dbcc
CMYK Percentages of Color #e0dbcc
Complementary Color
#e0dbcc | #ccd1e0 |
#e0dbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0dbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0dbcc Color CSS Codes
.mybgcolor {background-color:#e0dbcc; } .myforecolor {color:#e0dbcc; } .mybordercolor {border:3px solid #e0dbcc; }
#e0dbcc Text Font Color
<p style="color:#e0dbcc">Text here</p>
This sample text font color is #e0dbcc
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.
#e0dbcc Background Color
<div style="background-color:#e0dbcc">
Div content here</div>
This div background color is #e0dbcc
#e0dbcc Border Color
<div style="border:3px solid #e0dbcc">
Div here</div>
This div border color is #e0dbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,219,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0dbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0dbcc; -webkit-box-shadow: 1px 1px 3px 2px #e0dbcc; box-shadow: 1px 1px 3px 2px #e0dbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,219,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0dbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0dbcc; -webkit-box-shadow: 1px 1px 3px 2px #e0dbcc; box-shadow: 1px 1px 3px 2px #e0dbcc;">
Div content here</div>
This div box has shadow with color #e0dbcc
#e0dbcc Color Palettes
Comments
No comments written yet.
Please login to write comment.