Color spaces of #ecd4de
RGB | 236 | 212 | 222 |
---|---|---|---|
HSL | 0.93 | 0.39 | 0.88 |
HSV | 335° | 10° | 93° |
CMYK | 0.00 | 0.10 | 0.06 0.07 |
XYZ | 71.3204 | 70.1938 | 78.8970 |
Yxy | 70.1938 | 0.3236 | 0.3185 |
Hunter Lab | 83.7817 | 5.3326 | 2.8140 |
CIE-Lab | 87.0918 | 9.9935 | -1.8929 |
#ecd4de color RGB value is (236,212,222).
#ecd4de hex color red value is 236, green value is 212 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ecd4de hue: 0.93 , saturation: 0.39 and the lightness value of ecd4de is 0.88.
The process color (four color CMYK) of #ecd4de color hex is 0.00, 0.10, 0.06, 0.07. Web safe color of #ecd4de is #ffcccc. Color #ecd4de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010100 | 11011110 |
Octal | 354 | 324 | 336 |
Decimal | 236 | 212 | 222 |
Hex | EC | D4 | DE |
Shades of #ecd4de
Tints of #ecd4de
RGB Percentages of Color #ecd4de
CMYK Percentages of Color #ecd4de
Complementary Color
#ecd4de | #d4ece2 |
#ecd4de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd4de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd4de Color CSS Codes
.mybgcolor {background-color:#ecd4de; } .myforecolor {color:#ecd4de; } .mybordercolor {border:3px solid #ecd4de; }
#ecd4de Text Font Color
<p style="color:#ecd4de">Text here</p>
This sample text font color is #ecd4de
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.
#ecd4de Background Color
<div style="background-color:#ecd4de">
Div content here</div>
This div background color is #ecd4de
#ecd4de Border Color
<div style="border:3px solid #ecd4de">
Div here</div>
This div border color is #ecd4de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,212,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd4de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd4de; -webkit-box-shadow: 1px 1px 3px 2px #ecd4de; box-shadow: 1px 1px 3px 2px #ecd4de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,212,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd4de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd4de; -webkit-box-shadow: 1px 1px 3px 2px #ecd4de; box-shadow: 1px 1px 3px 2px #ecd4de;">
Div content here</div>
This div box has shadow with color #ecd4de
Comments
No comments written yet.
Please login to write comment.