Shades of Lilac #CEA8CA
Tints of Lilac #CEA8CA
RGB
CMYK
RGB Variations
Color information
#CEA8CA (or 0xCEA8CA) is known color: Lilac. HEX triplet: CE, A8 and CA. RGB value is (206,168,202). Sum of RGB (Red+Green+Blue) = 206+168+202=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8CA is #315735. Grayscale: #B7B7B7. Windows color (decimal): -3233590 or 13281486. OLE color: 13281486.
HSL color Cylindrical-coordinate representation of color #CEA8CA: hue angle of 306.32º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8CA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 202 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.19 |
| HSL | 306.32º | 0.28% | 0.73% | - |
| HSV(B) | 306.32º | 0.18% | 0.81% | - |
| XYZ | 50.12 | 45.39 | 62 | - |
| YUV | 183.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 202 | 0 | 0.18 | 0.02 | 0.19 | 306.32 | 0.28 | 0.73 |
| Hex | CE | A8 | CA | 0 | 12 | 2 | 13 | 132 | 1C | 49 |
| Octal | 316 | 250 | 312 | 0 | 22 | 2 | 23 | 462 | 34 | 111 |
| Binary | 11001110 | 10101000 | 11001010 | 0 | 10010 | 10 | 10011 | 100110010 | 11100 | 1001001 |
Color Harmonies of #CEA8CA
Complementary color
Monochromatic Colors of #CEA8CA
Black with #CEA8CA
Text Example
Text Example
White with #CEA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8CA; }
p { color: rgb(206,168,202); }
H1.HeaderClassName
{
color: #CEA8CA;
}
.AnyTagClassName
{
color: #CEA8CA;
}
</style>
background-color css
<style>
a { background-color: #CEA8CA; }
a { background-color: rgb(206,168,202); }
div.DivClassName
{
background-color: #CEA8CA;
}
.BgClassName
{
background-color: #CEA8CA;
}
</style>
border-color css
<style>
span { border-color: #CEA8CA; }
span { border-color: rgb(206,168,202); }
td.TdClassName
{
border-color: #CEA8CA;
}
.TagClassName
{
border-color: #CEA8CA;
}
</style>