Shades of Lilac #CEA8CC
Tints of Lilac #CEA8CC
RGB
CMYK
RGB Variations
Color information
#CEA8CC (or 0xCEA8CC) is known color: Lilac. HEX triplet: CE, A8 and CC. RGB value is (206,168,204). Sum of RGB (Red+Green+Blue) = 206+168+204=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8CC is #315733. Grayscale: #B7B7B7. Windows color (decimal): -3233588 or 13412558. OLE color: 13412558.
HSL color Cylindrical-coordinate representation of color #CEA8CC: hue angle of 303.16º 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 #CEA8CC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 204 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.19 |
| HSL | 303.16º | 0.28% | 0.73% | - |
| HSV(B) | 303.16º | 0.18% | 0.81% | - |
| XYZ | 50.36 | 45.49 | 63.25 | - |
| YUV | 183.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 204 | 0 | 0.18 | 0.01 | 0.19 | 303.16 | 0.28 | 0.73 |
| Hex | CE | A8 | CC | 0 | 12 | 1 | 13 | 12F | 1C | 49 |
| Octal | 316 | 250 | 314 | 0 | 22 | 1 | 23 | 457 | 34 | 111 |
| Binary | 11001110 | 10101000 | 11001100 | 0 | 10010 | 1 | 10011 | 100101111 | 11100 | 1001001 |
Color Harmonies of #CEA8CC
Complementary color
Monochromatic Colors of #CEA8CC
Black with #CEA8CC
Text Example
Text Example
White with #CEA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8CC; }
p { color: rgb(206,168,204); }
H1.HeaderClassName
{
color: #CEA8CC;
}
.AnyTagClassName
{
color: #CEA8CC;
}
</style>
background-color css
<style>
a { background-color: #CEA8CC; }
a { background-color: rgb(206,168,204); }
div.DivClassName
{
background-color: #CEA8CC;
}
.BgClassName
{
background-color: #CEA8CC;
}
</style>
border-color css
<style>
span { border-color: #CEA8CC; }
span { border-color: rgb(206,168,204); }
td.TdClassName
{
border-color: #CEA8CC;
}
.TagClassName
{
border-color: #CEA8CC;
}
</style>