Shades of Lilac #CEA0C5
Tints of Lilac #CEA0C5
RGB
CMYK
RGB Variations
Color information
#CEA0C5 (or 0xCEA0C5) is known color: Lilac. HEX triplet: CE, A0 and C5. RGB value is (206,160,197). Sum of RGB (Red+Green+Blue) = 206+160+197=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0C5 is #315F3A. Grayscale: #B1B1B1. Windows color (decimal): -3235643 or 12951758. OLE color: 12951758.
HSL color Cylindrical-coordinate representation of color #CEA0C5: hue angle of 311.74º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0C5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 197 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.19 |
| HSL | 311.74º | 0.32% | 0.72% | - |
| HSV(B) | 311.74º | 0.22% | 0.81% | - |
| XYZ | 48.1 | 42.29 | 58.45 | - |
| YUV | 177.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 197 | 0 | 0.22 | 0.04 | 0.19 | 311.74 | 0.32 | 0.72 |
| Hex | CE | A0 | C5 | 0 | 16 | 4 | 13 | 138 | 20 | 48 |
| Octal | 316 | 240 | 305 | 0 | 26 | 4 | 23 | 470 | 40 | 110 |
| Binary | 11001110 | 10100000 | 11000101 | 0 | 10110 | 100 | 10011 | 100111000 | 100000 | 1001000 |
Color Harmonies of #CEA0C5
Complementary color
Monochromatic Colors of #CEA0C5
Black with #CEA0C5
Text Example
Text Example
White with #CEA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0C5; }
p { color: rgb(206,160,197); }
H1.HeaderClassName
{
color: #CEA0C5;
}
.AnyTagClassName
{
color: #CEA0C5;
}
</style>
background-color css
<style>
a { background-color: #CEA0C5; }
a { background-color: rgb(206,160,197); }
div.DivClassName
{
background-color: #CEA0C5;
}
.BgClassName
{
background-color: #CEA0C5;
}
</style>
border-color css
<style>
span { border-color: #CEA0C5; }
span { border-color: rgb(206,160,197); }
td.TdClassName
{
border-color: #CEA0C5;
}
.TagClassName
{
border-color: #CEA0C5;
}
</style>