Color spaces of #e2ccdc
RGB | 226 | 204 | 220 |
---|---|---|---|
HSL | 0.88 | 0.28 | 0.84 |
HSV | 316° | 10° | 89° |
CMYK | 0.00 | 0.10 | 0.03 0.11 |
XYZ | 65.8752 | 64.5218 | 76.6921 |
Yxy | 64.5218 | 0.3181 | 0.3116 |
Hunter Lab | 80.3255 | 5.8189 | -0.3803 |
CIE-Lab | 84.2367 | 10.4295 | -5.1262 |
#e2ccdc color RGB value is (226,204,220).
#e2ccdc hex color red value is 226, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e2ccdc hue: 0.88 , saturation: 0.28 and the lightness value of e2ccdc is 0.84.
The process color (four color CMYK) of #e2ccdc color hex is 0.00, 0.10, 0.03, 0.11. Web safe color of #e2ccdc is #cccccc. Color #e2ccdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11001100 | 11011100 |
Octal | 342 | 314 | 334 |
Decimal | 226 | 204 | 220 |
Hex | E2 | CC | DC |
Shades of #e2ccdc
Tints of #e2ccdc
RGB Percentages of Color #e2ccdc
CMYK Percentages of Color #e2ccdc
Complementary Color
#e2ccdc | #cce2d2 |
#e2ccdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2ccdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2ccdc Color CSS Codes
.mybgcolor {background-color:#e2ccdc; } .myforecolor {color:#e2ccdc; } .mybordercolor {border:3px solid #e2ccdc; }
#e2ccdc Text Font Color
<p style="color:#e2ccdc">Text here</p>
This sample text font color is #e2ccdc
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.
#e2ccdc Background Color
<div style="background-color:#e2ccdc">
Div content here</div>
This div background color is #e2ccdc
#e2ccdc Border Color
<div style="border:3px solid #e2ccdc">
Div here</div>
This div border color is #e2ccdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,204,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2ccdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2ccdc; -webkit-box-shadow: 1px 1px 3px 2px #e2ccdc; box-shadow: 1px 1px 3px 2px #e2ccdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,204,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2ccdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2ccdc; -webkit-box-shadow: 1px 1px 3px 2px #e2ccdc; box-shadow: 1px 1px 3px 2px #e2ccdc;">
Div content here</div>
This div box has shadow with color #e2ccdc
Comments
No comments written yet.
Please login to write comment.