Shades of Lilac #CF9ECD
Tints of Lilac #CF9ECD
RGB
CMYK
RGB Variations
Color information
#CF9ECD (or 0xCF9ECD) is known color: Lilac. HEX triplet: CF, 9E and CD. RGB value is (207,158,205). Sum of RGB (Red+Green+Blue) = 207+158+205=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ECD is #306132. Grayscale: #B1B1B1. Windows color (decimal): -3170611 or 13475535. OLE color: 13475535.
HSL color Cylindrical-coordinate representation of color #CF9ECD: hue angle of 302.45º 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 #CF9ECD is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 205 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.19 |
| HSL | 302.45º | 0.34% | 0.72% | - |
| HSV(B) | 302.45º | 0.24% | 0.81% | - |
| XYZ | 48.98 | 42.13 | 63.31 | - |
| YUV | 178.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 205 | 0 | 0.24 | 0.01 | 0.19 | 302.45 | 0.34 | 0.72 |
| Hex | CF | 9E | CD | 0 | 18 | 1 | 13 | 12E | 22 | 48 |
| Octal | 317 | 236 | 315 | 0 | 30 | 1 | 23 | 456 | 42 | 110 |
| Binary | 11001111 | 10011110 | 11001101 | 0 | 11000 | 1 | 10011 | 100101110 | 100010 | 1001000 |
Color Harmonies of #CF9ECD
Complementary color
Monochromatic Colors of #CF9ECD
Black with #CF9ECD
Text Example
Text Example
White with #CF9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ECD; }
p { color: rgb(207,158,205); }
H1.HeaderClassName
{
color: #CF9ECD;
}
.AnyTagClassName
{
color: #CF9ECD;
}
</style>
background-color css
<style>
a { background-color: #CF9ECD; }
a { background-color: rgb(207,158,205); }
div.DivClassName
{
background-color: #CF9ECD;
}
.BgClassName
{
background-color: #CF9ECD;
}
</style>
border-color css
<style>
span { border-color: #CF9ECD; }
span { border-color: rgb(207,158,205); }
td.TdClassName
{
border-color: #CF9ECD;
}
.TagClassName
{
border-color: #CF9ECD;
}
</style>