Shades of Lilac #CF9ECC
Tints of Lilac #CF9ECC
RGB
CMYK
RGB Variations
Color information
#CF9ECC (or 0xCF9ECC) is known color: Lilac. HEX triplet: CF, 9E and CC. RGB value is (207,158,204). Sum of RGB (Red+Green+Blue) = 207+158+204=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ECC is #306133. Grayscale: #B1B1B1. Windows color (decimal): -3170612 or 13409999. OLE color: 13409999.
HSL color Cylindrical-coordinate representation of color #CF9ECC: hue angle of 303.67º 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 #CF9ECC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 204 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.19 |
| HSL | 303.67º | 0.34% | 0.72% | - |
| HSV(B) | 303.67º | 0.24% | 0.81% | - |
| XYZ | 48.86 | 42.08 | 62.67 | - |
| YUV | 177.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 204 | 0 | 0.24 | 0.01 | 0.19 | 303.67 | 0.34 | 0.72 |
| Hex | CF | 9E | CC | 0 | 18 | 1 | 13 | 130 | 22 | 48 |
| Octal | 317 | 236 | 314 | 0 | 30 | 1 | 23 | 460 | 42 | 110 |
| Binary | 11001111 | 10011110 | 11001100 | 0 | 11000 | 1 | 10011 | 100110000 | 100010 | 1001000 |
Color Harmonies of #CF9ECC
Complementary color
Monochromatic Colors of #CF9ECC
Black with #CF9ECC
Text Example
Text Example
White with #CF9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ECC; }
p { color: rgb(207,158,204); }
H1.HeaderClassName
{
color: #CF9ECC;
}
.AnyTagClassName
{
color: #CF9ECC;
}
</style>
background-color css
<style>
a { background-color: #CF9ECC; }
a { background-color: rgb(207,158,204); }
div.DivClassName
{
background-color: #CF9ECC;
}
.BgClassName
{
background-color: #CF9ECC;
}
</style>
border-color css
<style>
span { border-color: #CF9ECC; }
span { border-color: rgb(207,158,204); }
td.TdClassName
{
border-color: #CF9ECC;
}
.TagClassName
{
border-color: #CF9ECC;
}
</style>