Color spaces of #e6cecc
RGB | 230 | 206 | 204 |
---|---|---|---|
HSL | 0.01 | 0.34 | 0.85 |
HSV | 5° | 11° | 90° |
CMYK | 0.00 | 0.10 | 0.11 0.10 |
XYZ | 65.6035 | 65.3252 | 66.2781 |
Yxy | 65.3252 | 0.3327 | 0.3313 |
Hunter Lab | 80.8240 | 3.4435 | 7.9572 |
CIE-Lab | 84.6510 | 8.0344 | 4.0375 |
#e6cecc color RGB value is (230,206,204).
#e6cecc hex color red value is 230, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e6cecc hue: 0.01 , saturation: 0.34 and the lightness value of e6cecc is 0.85.
The process color (four color CMYK) of #e6cecc color hex is 0.00, 0.10, 0.11, 0.10. Web safe color of #e6cecc is #ffcccc. Color #e6cecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 11001110 | 11001100 |
Octal | 346 | 316 | 314 |
Decimal | 230 | 206 | 204 |
Hex | E6 | CE | CC |
Shades of #e6cecc
Tints of #e6cecc
RGB Percentages of Color #e6cecc
CMYK Percentages of Color #e6cecc
Complementary Color
#e6cecc | #cce4e6 |
#e6cecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6cecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6cecc Color CSS Codes
.mybgcolor {background-color:#e6cecc; } .myforecolor {color:#e6cecc; } .mybordercolor {border:3px solid #e6cecc; }
#e6cecc Text Font Color
<p style="color:#e6cecc">Text here</p>
This sample text font color is #e6cecc
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.
#e6cecc Background Color
<div style="background-color:#e6cecc">
Div content here</div>
This div background color is #e6cecc
#e6cecc Border Color
<div style="border:3px solid #e6cecc">
Div here</div>
This div border color is #e6cecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6cecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6cecc; -webkit-box-shadow: 1px 1px 3px 2px #e6cecc; box-shadow: 1px 1px 3px 2px #e6cecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,206,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e6cecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6cecc; -webkit-box-shadow: 1px 1px 3px 2px #e6cecc; box-shadow: 1px 1px 3px 2px #e6cecc;">
Div content here</div>
This div box has shadow with color #e6cecc
Comments
No comments written yet.
Please login to write comment.