Shades of Lilac #CEA6CD
Tints of Lilac #CEA6CD
RGB
CMYK
RGB Variations
Color information
#CEA6CD (or 0xCEA6CD) is known color: Lilac. HEX triplet: CE, A6 and CD. RGB value is (206,166,205). Sum of RGB (Red+Green+Blue) = 206+166+205=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6CD is #315932. Grayscale: #B6B6B6. Windows color (decimal): -3234099 or 13477582. OLE color: 13477582.
HSL color Cylindrical-coordinate representation of color #CEA6CD: hue angle of 301.5º 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 #CEA6CD is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 205 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.19 |
| HSL | 301.5º | 0.29% | 0.73% | - |
| HSV(B) | 301.5º | 0.19% | 0.81% | - |
| XYZ | 50.11 | 44.8 | 63.76 | - |
| YUV | 182.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 205 | 0 | 0.19 | 0.00 | 0.19 | 301.5 | 0.29 | 0.73 |
| Hex | CE | A6 | CD | 0 | 13 | 0 | 13 | 12E | 1D | 49 |
| Octal | 316 | 246 | 315 | 0 | 23 | 0 | 23 | 456 | 35 | 111 |
| Binary | 11001110 | 10100110 | 11001101 | 0 | 10011 | 0 | 10011 | 100101110 | 11101 | 1001001 |
Color Harmonies of #CEA6CD
Complementary color
Monochromatic Colors of #CEA6CD
Black with #CEA6CD
Text Example
Text Example
White with #CEA6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6CD; }
p { color: rgb(206,166,205); }
H1.HeaderClassName
{
color: #CEA6CD;
}
.AnyTagClassName
{
color: #CEA6CD;
}
</style>
background-color css
<style>
a { background-color: #CEA6CD; }
a { background-color: rgb(206,166,205); }
div.DivClassName
{
background-color: #CEA6CD;
}
.BgClassName
{
background-color: #CEA6CD;
}
</style>
border-color css
<style>
span { border-color: #CEA6CD; }
span { border-color: rgb(206,166,205); }
td.TdClassName
{
border-color: #CEA6CD;
}
.TagClassName
{
border-color: #CEA6CD;
}
</style>