Shades of Lilac #CC9ECB
Tints of Lilac #CC9ECB
RGB
CMYK
RGB Variations
Color information
#CC9ECB (or 0xCC9ECB) is known color: Lilac. HEX triplet: CC, 9E and CB. RGB value is (204,158,203). Sum of RGB (Red+Green+Blue) = 204+158+203=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ECB is #336134. Grayscale: #B0B0B0. Windows color (decimal): -3367221 or 13344460. OLE color: 13344460.
HSL color Cylindrical-coordinate representation of color #CC9ECB: hue angle of 301.3º 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 #CC9ECB is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 158 | 203 | - |
CMYK | 0 | 0.23 | 0.00 | 0.2 |
HSL | 301.3º | 0.31% | 0.71% | - |
HSV(B) | 301.3º | 0.23% | 0.8% | - |
XYZ | 47.91 | 41.6 | 62.01 | - |
YUV | 176.88 | 142.74 | 147.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 158 | 203 | 0 | 0.23 | 0.00 | 0.2 | 301.3 | 0.31 | 0.71 |
Hex | CC | 9E | CB | 0 | 17 | 0 | 14 | 12D | 1F | 47 |
Octal | 314 | 236 | 313 | 0 | 27 | 0 | 24 | 455 | 37 | 107 |
Binary | 11001100 | 10011110 | 11001011 | 0 | 10111 | 0 | 10100 | 100101101 | 11111 | 1000111 |
Color Harmonies of #CC9ECB
Complementary color
Monochromatic Colors of #CC9ECB
Black with #CC9ECB
Text Example
Text Example
White with #CC9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9ECB; }
p { color: rgb(204,158,203); }
H1.HeaderClassName
{
color: #CC9ECB;
}
.AnyTagClassName
{
color: #CC9ECB;
}
</style>
background-color css
<style>
a { background-color: #CC9ECB; }
a { background-color: rgb(204,158,203); }
div.DivClassName
{
background-color: #CC9ECB;
}
.BgClassName
{
background-color: #CC9ECB;
}
</style>
border-color css
<style>
span { border-color: #CC9ECB; }
span { border-color: rgb(204,158,203); }
td.TdClassName
{
border-color: #CC9ECB;
}
.TagClassName
{
border-color: #CC9ECB;
}
</style>