Color spaces of #e2cedb
RGB | 226 | 206 | 219 |
---|---|---|---|
HSL | 0.89 | 0.26 | 0.85 |
HSV | 321° | 9° | 89° |
CMYK | 0.00 | 0.09 | 0.03 0.11 |
XYZ | 66.2215 | 65.4258 | 76.1560 |
Yxy | 65.4258 | 0.3187 | 0.3148 |
Hunter Lab | 80.8862 | 4.5870 | 0.7976 |
CIE-Lab | 84.7027 | 9.1950 | -3.9073 |
#e2cedb color RGB value is (226,206,219).
#e2cedb hex color red value is 226, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e2cedb hue: 0.89 , saturation: 0.26 and the lightness value of e2cedb is 0.85.
The process color (four color CMYK) of #e2cedb color hex is 0.00, 0.09, 0.03, 0.11. Web safe color of #e2cedb is #cccccc. Color #e2cedb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11001110 | 11011011 |
Octal | 342 | 316 | 333 |
Decimal | 226 | 206 | 219 |
Hex | E2 | CE | DB |
Shades of #e2cedb
Tints of #e2cedb
RGB Percentages of Color #e2cedb
CMYK Percentages of Color #e2cedb
Complementary Color
#e2cedb | #cee2d5 |
#e2cedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2cedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2cedb Color CSS Codes
.mybgcolor {background-color:#e2cedb; } .myforecolor {color:#e2cedb; } .mybordercolor {border:3px solid #e2cedb; }
#e2cedb Text Font Color
<p style="color:#e2cedb">Text here</p>
This sample text font color is #e2cedb
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.
#e2cedb Background Color
<div style="background-color:#e2cedb">
Div content here</div>
This div background color is #e2cedb
#e2cedb Border Color
<div style="border:3px solid #e2cedb">
Div here</div>
This div border color is #e2cedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,206,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2cedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2cedb; -webkit-box-shadow: 1px 1px 3px 2px #e2cedb; box-shadow: 1px 1px 3px 2px #e2cedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,206,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2cedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2cedb; -webkit-box-shadow: 1px 1px 3px 2px #e2cedb; box-shadow: 1px 1px 3px 2px #e2cedb;">
Div content here</div>
This div box has shadow with color #e2cedb
Comments
No comments written yet.
Please login to write comment.