Shades of Lilac #CC9ECC
Tints of Lilac #CC9ECC
RGB
CMYK
RGB Variations
Color information
#CC9ECC (or 0xCC9ECC) is known color: Lilac. HEX triplet: CC, 9E and CC. RGB value is (204,158,204). Sum of RGB (Red+Green+Blue) = 204+158+204=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ECC is #336133. Grayscale: #B0B0B0. Windows color (decimal): -3367220 or 13409996. OLE color: 13409996.
HSL color Cylindrical-coordinate representation of color #CC9ECC: hue angle of 300º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9ECC is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 158 | 204 | - |
CMYK | 0 | 0.23 | 0 | 0.2 |
HSL | 300º | 0.31% | 0.71% | - |
HSV(B) | 300º | 0.23% | 0.8% | - |
XYZ | 48.03 | 41.65 | 62.63 | - |
YUV | 177 | 143.24 | 147.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 158 | 204 | 0 | 0.23 | 0 | 0.2 | 300 | 0.31 | 0.71 |
Hex | CC | 9E | CC | 0 | 17 | 0 | 14 | 12C | 1F | 47 |
Octal | 314 | 236 | 314 | 0 | 27 | 0 | 24 | 454 | 37 | 107 |
Binary | 11001100 | 10011110 | 11001100 | 0 | 10111 | 0 | 10100 | 100101100 | 11111 | 1000111 |
Color Harmonies of #CC9ECC
Complementary color
Monochromatic Colors of #CC9ECC
Black with #CC9ECC
Text Example
Text Example
White with #CC9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9ECC; }
p { color: rgb(204,158,204); }
H1.HeaderClassName
{
color: #CC9ECC;
}
.AnyTagClassName
{
color: #CC9ECC;
}
</style>
background-color css
<style>
a { background-color: #CC9ECC; }
a { background-color: rgb(204,158,204); }
div.DivClassName
{
background-color: #CC9ECC;
}
.BgClassName
{
background-color: #CC9ECC;
}
</style>
border-color css
<style>
span { border-color: #CC9ECC; }
span { border-color: rgb(204,158,204); }
td.TdClassName
{
border-color: #CC9ECC;
}
.TagClassName
{
border-color: #CC9ECC;
}
</style>