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