Shades of Lilac #CC9ECF
Tints of Lilac #CC9ECF
RGB
CMYK
RGB Variations
Color information
#CC9ECF (or 0xCC9ECF) is known color: Lilac. HEX triplet: CC, 9E and CF. RGB value is (204,158,207). Sum of RGB (Red+Green+Blue) = 204+158+207=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ECF is #336130. Grayscale: #B1B1B1. Windows color (decimal): -3367217 or 13606604. OLE color: 13606604.
HSL color Cylindrical-coordinate representation of color #CC9ECF: hue angle of 296.33º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9ECF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 158 | 207 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.19 |
| HSL | 296.33º | 0.34% | 0.72% | - |
| HSV(B) | 296.33º | 0.24% | 0.81% | - |
| XYZ | 48.39 | 41.8 | 64.55 | - |
| YUV | 177.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 207 | 0.01 | 0.24 | 0 | 0.19 | 296.33 | 0.34 | 0.72 |
| Hex | CC | 9E | CF | 1 | 18 | 0 | 13 | 128 | 22 | 48 |
| Octal | 314 | 236 | 317 | 1 | 30 | 0 | 23 | 450 | 42 | 110 |
| Binary | 11001100 | 10011110 | 11001111 | 1 | 11000 | 0 | 10011 | 100101000 | 100010 | 1001000 |
Color Harmonies of #CC9ECF
Complementary color
Monochromatic Colors of #CC9ECF
Black with #CC9ECF
Text Example
Text Example
White with #CC9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9ECF; }
p { color: rgb(204,158,207); }
H1.HeaderClassName
{
color: #CC9ECF;
}
.AnyTagClassName
{
color: #CC9ECF;
}
</style>
background-color css
<style>
a { background-color: #CC9ECF; }
a { background-color: rgb(204,158,207); }
div.DivClassName
{
background-color: #CC9ECF;
}
.BgClassName
{
background-color: #CC9ECF;
}
</style>
border-color css
<style>
span { border-color: #CC9ECF; }
span { border-color: rgb(204,158,207); }
td.TdClassName
{
border-color: #CC9ECF;
}
.TagClassName
{
border-color: #CC9ECF;
}
</style>