Color spaces of #e7ccde
RGB | 231 | 204 | 222 |
---|---|---|---|
HSL | 0.89 | 0.36 | 0.85 |
HSV | 320° | 12° | 91° |
CMYK | 0.00 | 0.12 | 0.04 0.09 |
XYZ | 67.7327 | 65.4486 | 78.1702 |
Yxy | 65.4486 | 0.3205 | 0.3097 |
Hunter Lab | 80.9003 | 7.8712 | -0.6589 |
CIE-Lab | 84.7144 | 12.4911 | -5.4386 |
#e7ccde color RGB value is (231,204,222).
#e7ccde hex color red value is 231, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e7ccde hue: 0.89 , saturation: 0.36 and the lightness value of e7ccde is 0.85.
The process color (four color CMYK) of #e7ccde color hex is 0.00, 0.12, 0.04, 0.09. Web safe color of #e7ccde is #ffcccc. Color #e7ccde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 11001100 | 11011110 |
Octal | 347 | 314 | 336 |
Decimal | 231 | 204 | 222 |
Hex | E7 | CC | DE |
Shades of #e7ccde
Tints of #e7ccde
RGB Percentages of Color #e7ccde
CMYK Percentages of Color #e7ccde
Complementary Color
#e7ccde | #cce7d5 |
#e7ccde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7ccde Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7ccde Color CSS Codes
.mybgcolor {background-color:#e7ccde; } .myforecolor {color:#e7ccde; } .mybordercolor {border:3px solid #e7ccde; }
#e7ccde Text Font Color
<p style="color:#e7ccde">Text here</p>
This sample text font color is #e7ccde
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.
#e7ccde Background Color
<div style="background-color:#e7ccde">
Div content here</div>
This div background color is #e7ccde
#e7ccde Border Color
<div style="border:3px solid #e7ccde">
Div here</div>
This div border color is #e7ccde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,204,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7ccde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7ccde; -webkit-box-shadow: 1px 1px 3px 2px #e7ccde; box-shadow: 1px 1px 3px 2px #e7ccde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,204,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 #e7ccde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7ccde; -webkit-box-shadow: 1px 1px 3px 2px #e7ccde; box-shadow: 1px 1px 3px 2px #e7ccde;">
Div content here</div>
This div box has shadow with color #e7ccde
Comments
No comments written yet.
Please login to write comment.