Shades of Lilac #CEA0C8
Tints of Lilac #CEA0C8
RGB
CMYK
RGB Variations
Color information
#CEA0C8 (or 0xCEA0C8) is known color: Lilac. HEX triplet: CE, A0 and C8. RGB value is (206,160,200). Sum of RGB (Red+Green+Blue) = 206+160+200=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0C8 is #315F37. Grayscale: #B2B2B2. Windows color (decimal): -3235640 or 13148366. OLE color: 13148366.
HSL color Cylindrical-coordinate representation of color #CEA0C8: hue angle of 307.83º 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 #CEA0C8 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 200 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.19 |
| HSL | 307.83º | 0.32% | 0.72% | - |
| HSV(B) | 307.83º | 0.22% | 0.81% | - |
| XYZ | 48.45 | 42.43 | 60.28 | - |
| YUV | 178.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 200 | 0 | 0.22 | 0.03 | 0.19 | 307.83 | 0.32 | 0.72 |
| Hex | CE | A0 | C8 | 0 | 16 | 3 | 13 | 134 | 20 | 48 |
| Octal | 316 | 240 | 310 | 0 | 26 | 3 | 23 | 464 | 40 | 110 |
| Binary | 11001110 | 10100000 | 11001000 | 0 | 10110 | 11 | 10011 | 100110100 | 100000 | 1001000 |
Color Harmonies of #CEA0C8
Complementary color
Monochromatic Colors of #CEA0C8
Black with #CEA0C8
Text Example
Text Example
White with #CEA0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0C8; }
p { color: rgb(206,160,200); }
H1.HeaderClassName
{
color: #CEA0C8;
}
.AnyTagClassName
{
color: #CEA0C8;
}
</style>
background-color css
<style>
a { background-color: #CEA0C8; }
a { background-color: rgb(206,160,200); }
div.DivClassName
{
background-color: #CEA0C8;
}
.BgClassName
{
background-color: #CEA0C8;
}
</style>
border-color css
<style>
span { border-color: #CEA0C8; }
span { border-color: rgb(206,160,200); }
td.TdClassName
{
border-color: #CEA0C8;
}
.TagClassName
{
border-color: #CEA0C8;
}
</style>