Shades of Lilac #CEA8D2
Tints of Lilac #CEA8D2
RGB
CMYK
RGB Variations
Color information
#CEA8D2 (or 0xCEA8D2) is known color: Lilac. HEX triplet: CE, A8 and D2. RGB value is (206,168,210). Sum of RGB (Red+Green+Blue) = 206+168+210=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D2 is #31572D. Grayscale: #B8B8B8. Windows color (decimal): -3233582 or 13805774. OLE color: 13805774.
HSL color Cylindrical-coordinate representation of color #CEA8D2: hue angle of 294.29º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA8D2 is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 168 | 210 | - |
| CMYK | 0.02 | 0.2 | 0 | 0.18 |
| HSL | 294.29º | 0.32% | 0.74% | - |
| HSV(B) | 294.29º | 0.2% | 0.82% | - |
| XYZ | 51.09 | 45.78 | 67.12 | - |
| YUV | 184.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 210 | 0.02 | 0.2 | 0 | 0.18 | 294.29 | 0.32 | 0.74 |
| Hex | CE | A8 | D2 | 2 | 14 | 0 | 12 | 126 | 20 | 4A |
| Octal | 316 | 250 | 322 | 2 | 24 | 0 | 22 | 446 | 40 | 112 |
| Binary | 11001110 | 10101000 | 11010010 | 10 | 10100 | 0 | 10010 | 100100110 | 100000 | 1001010 |
Color Harmonies of #CEA8D2
Complementary color
Monochromatic Colors of #CEA8D2
Black with #CEA8D2
Text Example
Text Example
White with #CEA8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8D2; }
p { color: rgb(206,168,210); }
H1.HeaderClassName
{
color: #CEA8D2;
}
.AnyTagClassName
{
color: #CEA8D2;
}
</style>
background-color css
<style>
a { background-color: #CEA8D2; }
a { background-color: rgb(206,168,210); }
div.DivClassName
{
background-color: #CEA8D2;
}
.BgClassName
{
background-color: #CEA8D2;
}
</style>
border-color css
<style>
span { border-color: #CEA8D2; }
span { border-color: rgb(206,168,210); }
td.TdClassName
{
border-color: #CEA8D2;
}
.TagClassName
{
border-color: #CEA8D2;
}
</style>