Shades of Lilac #CF9EC4
Tints of Lilac #CF9EC4
RGB
CMYK
RGB Variations
Color information
#CF9EC4 (or 0xCF9EC4) is known color: Lilac. HEX triplet: CF, 9E and C4. RGB value is (207,158,196). Sum of RGB (Red+Green+Blue) = 207+158+196=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EC4 is #30613B. Grayscale: #B0B0B0. Windows color (decimal): -3170620 or 12885711. OLE color: 12885711.
HSL color Cylindrical-coordinate representation of color #CF9EC4: hue angle of 313.47º 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 #CF9EC4 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 196 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.19 |
| HSL | 313.47º | 0.34% | 0.72% | - |
| HSV(B) | 313.47º | 0.24% | 0.81% | - |
| XYZ | 47.92 | 41.7 | 57.75 | - |
| YUV | 176.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 196 | 0 | 0.24 | 0.05 | 0.19 | 313.47 | 0.34 | 0.72 |
| Hex | CF | 9E | C4 | 0 | 18 | 5 | 13 | 139 | 22 | 48 |
| Octal | 317 | 236 | 304 | 0 | 30 | 5 | 23 | 471 | 42 | 110 |
| Binary | 11001111 | 10011110 | 11000100 | 0 | 11000 | 101 | 10011 | 100111001 | 100010 | 1001000 |
Color Harmonies of #CF9EC4
Complementary color
Monochromatic Colors of #CF9EC4
Black with #CF9EC4
Text Example
Text Example
White with #CF9EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EC4; }
p { color: rgb(207,158,196); }
H1.HeaderClassName
{
color: #CF9EC4;
}
.AnyTagClassName
{
color: #CF9EC4;
}
</style>
background-color css
<style>
a { background-color: #CF9EC4; }
a { background-color: rgb(207,158,196); }
div.DivClassName
{
background-color: #CF9EC4;
}
.BgClassName
{
background-color: #CF9EC4;
}
</style>
border-color css
<style>
span { border-color: #CF9EC4; }
span { border-color: rgb(207,158,196); }
td.TdClassName
{
border-color: #CF9EC4;
}
.TagClassName
{
border-color: #CF9EC4;
}
</style>