Color spaces of #e3dccf
RGB | 227 | 220 | 207 |
---|---|---|---|
HSL | 0.11 | 0.26 | 0.85 |
HSV | 39° | 9° | 89° |
CMYK | 0.00 | 0.03 | 0.09 0.11 |
XYZ | 68.5342 | 72.0223 | 69.3210 |
Yxy | 72.0223 | 0.3265 | 0.3432 |
Hunter Lab | 84.8660 | -4.3663 | 10.9764 |
CIE-Lab | 87.9793 | 0.1727 | 7.2206 |
#e3dccf color RGB value is (227,220,207).
#e3dccf hex color red value is 227, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e3dccf hue: 0.11 , saturation: 0.26 and the lightness value of e3dccf is 0.85.
The process color (four color CMYK) of #e3dccf color hex is 0.00, 0.03, 0.09, 0.11. Web safe color of #e3dccf is #cccccc. Color #e3dccf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11011100 | 11001111 |
Octal | 343 | 334 | 317 |
Decimal | 227 | 220 | 207 |
Hex | E3 | DC | CF |
Shades of #e3dccf
Tints of #e3dccf
RGB Percentages of Color #e3dccf
CMYK Percentages of Color #e3dccf
Complementary Color
#e3dccf | #cfd6e3 |
#e3dccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3dccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3dccf Color CSS Codes
.mybgcolor {background-color:#e3dccf; } .myforecolor {color:#e3dccf; } .mybordercolor {border:3px solid #e3dccf; }
#e3dccf Text Font Color
<p style="color:#e3dccf">Text here</p>
This sample text font color is #e3dccf
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.
#e3dccf Background Color
<div style="background-color:#e3dccf">
Div content here</div>
This div background color is #e3dccf
#e3dccf Border Color
<div style="border:3px solid #e3dccf">
Div here</div>
This div border color is #e3dccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,220,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3dccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3dccf; -webkit-box-shadow: 1px 1px 3px 2px #e3dccf; box-shadow: 1px 1px 3px 2px #e3dccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,220,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3dccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3dccf; -webkit-box-shadow: 1px 1px 3px 2px #e3dccf; box-shadow: 1px 1px 3px 2px #e3dccf;">
Div content here</div>
This div box has shadow with color #e3dccf
Comments
No comments written yet.
Please login to write comment.