Shades of Lilac #CEA0CC
Tints of Lilac #CEA0CC
RGB
CMYK
RGB Variations
Color information
#CEA0CC (or 0xCEA0CC) is known color: Lilac. HEX triplet: CE, A0 and CC. RGB value is (206,160,204). Sum of RGB (Red+Green+Blue) = 206+160+204=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0CC is #315F33. Grayscale: #B2B2B2. Windows color (decimal): -3235636 or 13410510. OLE color: 13410510.
HSL color Cylindrical-coordinate representation of color #CEA0CC: hue angle of 302.61º 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 #CEA0CC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 204 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.19 |
| HSL | 302.61º | 0.32% | 0.72% | - |
| HSV(B) | 302.61º | 0.22% | 0.81% | - |
| XYZ | 48.92 | 42.62 | 62.78 | - |
| YUV | 178.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 204 | 0 | 0.22 | 0.01 | 0.19 | 302.61 | 0.32 | 0.72 |
| Hex | CE | A0 | CC | 0 | 16 | 1 | 13 | 12F | 20 | 48 |
| Octal | 316 | 240 | 314 | 0 | 26 | 1 | 23 | 457 | 40 | 110 |
| Binary | 11001110 | 10100000 | 11001100 | 0 | 10110 | 1 | 10011 | 100101111 | 100000 | 1001000 |
Color Harmonies of #CEA0CC
Complementary color
Monochromatic Colors of #CEA0CC
Black with #CEA0CC
Text Example
Text Example
White with #CEA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0CC; }
p { color: rgb(206,160,204); }
H1.HeaderClassName
{
color: #CEA0CC;
}
.AnyTagClassName
{
color: #CEA0CC;
}
</style>
background-color css
<style>
a { background-color: #CEA0CC; }
a { background-color: rgb(206,160,204); }
div.DivClassName
{
background-color: #CEA0CC;
}
.BgClassName
{
background-color: #CEA0CC;
}
</style>
border-color css
<style>
span { border-color: #CEA0CC; }
span { border-color: rgb(206,160,204); }
td.TdClassName
{
border-color: #CEA0CC;
}
.TagClassName
{
border-color: #CEA0CC;
}
</style>