Color spaces of #e2ccdb
RGB | 226 | 204 | 219 |
---|---|---|---|
HSL | 0.89 | 0.28 | 0.84 |
HSV | 319° | 10° | 89° |
CMYK | 0.00 | 0.10 | 0.03 0.11 |
XYZ | 65.7431 | 64.4690 | 75.9966 |
Yxy | 64.4690 | 0.3188 | 0.3126 |
Hunter Lab | 80.2926 | 5.6427 | 0.0871 |
CIE-Lab | 84.2094 | 10.2514 | -4.6338 |
#e2ccdb color RGB value is (226,204,219).
#e2ccdb hex color red value is 226, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e2ccdb hue: 0.89 , saturation: 0.28 and the lightness value of e2ccdb is 0.84.
The process color (four color CMYK) of #e2ccdb color hex is 0.00, 0.10, 0.03, 0.11. Web safe color of #e2ccdb is #cccccc. Color #e2ccdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11001100 | 11011011 |
Octal | 342 | 314 | 333 |
Decimal | 226 | 204 | 219 |
Hex | E2 | CC | DB |
Shades of #e2ccdb
Tints of #e2ccdb
RGB Percentages of Color #e2ccdb
CMYK Percentages of Color #e2ccdb
Complementary Color
#e2ccdb | #cce2d3 |
#e2ccdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2ccdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2ccdb Color CSS Codes
.mybgcolor {background-color:#e2ccdb; } .myforecolor {color:#e2ccdb; } .mybordercolor {border:3px solid #e2ccdb; }
#e2ccdb Text Font Color
<p style="color:#e2ccdb">Text here</p>
This sample text font color is #e2ccdb
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.
#e2ccdb Background Color
<div style="background-color:#e2ccdb">
Div content here</div>
This div background color is #e2ccdb
#e2ccdb Border Color
<div style="border:3px solid #e2ccdb">
Div here</div>
This div border color is #e2ccdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,204,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2ccdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2ccdb; -webkit-box-shadow: 1px 1px 3px 2px #e2ccdb; box-shadow: 1px 1px 3px 2px #e2ccdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,204,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 #e2ccdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2ccdb; -webkit-box-shadow: 1px 1px 3px 2px #e2ccdb; box-shadow: 1px 1px 3px 2px #e2ccdb;">
Div content here</div>
This div box has shadow with color #e2ccdb
Comments
No comments written yet.
Please login to write comment.