Shades of Lilac #CEA8D4
Tints of Lilac #CEA8D4
RGB
CMYK
RGB Variations
Color information
#CEA8D4 (or 0xCEA8D4) is known color: Lilac. HEX triplet: CE, A8 and D4. RGB value is (206,168,212). Sum of RGB (Red+Green+Blue) = 206+168+212=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D4 is #31572B. Grayscale: #B8B8B8. Windows color (decimal): -3233580 or 13936846. OLE color: 13936846.
HSL color Cylindrical-coordinate representation of color #CEA8D4: hue angle of 291.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA8D4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 168 | 212 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.17 |
| HSL | 291.82º | 0.34% | 0.75% | - |
| HSV(B) | 291.82º | 0.21% | 0.83% | - |
| XYZ | 51.34 | 45.88 | 68.44 | - |
| YUV | 184.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 212 | 0.03 | 0.21 | 0 | 0.17 | 291.82 | 0.34 | 0.75 |
| Hex | CE | A8 | D4 | 3 | 15 | 0 | 11 | 124 | 22 | 4B |
| Octal | 316 | 250 | 324 | 3 | 25 | 0 | 21 | 444 | 42 | 113 |
| Binary | 11001110 | 10101000 | 11010100 | 11 | 10101 | 0 | 10001 | 100100100 | 100010 | 1001011 |
Color Harmonies of #CEA8D4
Complementary color
Monochromatic Colors of #CEA8D4
Black with #CEA8D4
Text Example
Text Example
White with #CEA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8D4; }
p { color: rgb(206,168,212); }
H1.HeaderClassName
{
color: #CEA8D4;
}
.AnyTagClassName
{
color: #CEA8D4;
}
</style>
background-color css
<style>
a { background-color: #CEA8D4; }
a { background-color: rgb(206,168,212); }
div.DivClassName
{
background-color: #CEA8D4;
}
.BgClassName
{
background-color: #CEA8D4;
}
</style>
border-color css
<style>
span { border-color: #CEA8D4; }
span { border-color: rgb(206,168,212); }
td.TdClassName
{
border-color: #CEA8D4;
}
.TagClassName
{
border-color: #CEA8D4;
}
</style>