Shades of Lilac #CEA6CE
Tints of Lilac #CEA6CE
RGB
CMYK
RGB Variations
Color information
#CEA6CE (or 0xCEA6CE) is known color: Lilac. HEX triplet: CE, A6 and CE. RGB value is (206,166,206). Sum of RGB (Red+Green+Blue) = 206+166+206=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6CE is #315931. Grayscale: #B6B6B6. Windows color (decimal): -3234098 or 13543118. OLE color: 13543118.
HSL color Cylindrical-coordinate representation of color #CEA6CE: hue angle of 300º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA6CE is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 206 | - |
| CMYK | 0 | 0.19 | 0 | 0.19 |
| HSL | 300º | 0.29% | 0.73% | - |
| HSV(B) | 300º | 0.19% | 0.81% | - |
| XYZ | 50.23 | 44.85 | 64.4 | - |
| YUV | 182.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 206 | 0 | 0.19 | 0 | 0.19 | 300 | 0.29 | 0.73 |
| Hex | CE | A6 | CE | 0 | 13 | 0 | 13 | 12C | 1D | 49 |
| Octal | 316 | 246 | 316 | 0 | 23 | 0 | 23 | 454 | 35 | 111 |
| Binary | 11001110 | 10100110 | 11001110 | 0 | 10011 | 0 | 10011 | 100101100 | 11101 | 1001001 |
Color Harmonies of #CEA6CE
Complementary color
Monochromatic Colors of #CEA6CE
Black with #CEA6CE
Text Example
Text Example
White with #CEA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6CE; }
p { color: rgb(206,166,206); }
H1.HeaderClassName
{
color: #CEA6CE;
}
.AnyTagClassName
{
color: #CEA6CE;
}
</style>
background-color css
<style>
a { background-color: #CEA6CE; }
a { background-color: rgb(206,166,206); }
div.DivClassName
{
background-color: #CEA6CE;
}
.BgClassName
{
background-color: #CEA6CE;
}
</style>
border-color css
<style>
span { border-color: #CEA6CE; }
span { border-color: rgb(206,166,206); }
td.TdClassName
{
border-color: #CEA6CE;
}
.TagClassName
{
border-color: #CEA6CE;
}
</style>