Color spaces of #e3cedd
RGB | 227 | 206 | 221 |
---|---|---|---|
HSL | 0.88 | 0.27 | 0.85 |
HSV | 317° | 9° | 89° |
CMYK | 0.00 | 0.09 | 0.03 0.11 |
XYZ | 66.8010 | 65.6940 | 77.5660 |
Yxy | 65.6940 | 0.3180 | 0.3127 |
Hunter Lab | 81.0518 | 5.2748 | -0.0038 |
CIE-Lab | 84.8401 | 9.8920 | -4.7593 |
#e3cedd color RGB value is (227,206,221).
#e3cedd hex color red value is 227, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e3cedd hue: 0.88 , saturation: 0.27 and the lightness value of e3cedd is 0.85.
The process color (four color CMYK) of #e3cedd color hex is 0.00, 0.09, 0.03, 0.11. Web safe color of #e3cedd is #cccccc. Color #e3cedd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 11001110 | 11011101 |
Octal | 343 | 316 | 335 |
Decimal | 227 | 206 | 221 |
Hex | E3 | CE | DD |
Shades of #e3cedd
Tints of #e3cedd
RGB Percentages of Color #e3cedd
CMYK Percentages of Color #e3cedd
Complementary Color
#e3cedd | #cee3d4 |
#e3cedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e3cedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e3cedd Color CSS Codes
.mybgcolor {background-color:#e3cedd; } .myforecolor {color:#e3cedd; } .mybordercolor {border:3px solid #e3cedd; }
#e3cedd Text Font Color
<p style="color:#e3cedd">Text here</p>
This sample text font color is #e3cedd
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.
#e3cedd Background Color
<div style="background-color:#e3cedd">
Div content here</div>
This div background color is #e3cedd
#e3cedd Border Color
<div style="border:3px solid #e3cedd">
Div here</div>
This div border color is #e3cedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,206,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e3cedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e3cedd; -webkit-box-shadow: 1px 1px 3px 2px #e3cedd; box-shadow: 1px 1px 3px 2px #e3cedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,206,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e3cedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e3cedd; -webkit-box-shadow: 1px 1px 3px 2px #e3cedd; box-shadow: 1px 1px 3px 2px #e3cedd;">
Div content here</div>
This div box has shadow with color #e3cedd
Comments
No comments written yet.
Please login to write comment.