Shades of Lilac #CEAAC8
Tints of Lilac #CEAAC8
RGB
CMYK
RGB Variations
Color information
#CEAAC8 (or 0xCEAAC8) is known color: Lilac. HEX triplet: CE, AA and C8. RGB value is (206,170,200). Sum of RGB (Red+Green+Blue) = 206+170+200=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAC8 is #315537. Grayscale: #B8B8B8. Windows color (decimal): -3233080 or 13150926. OLE color: 13150926.
HSL color Cylindrical-coordinate representation of color #CEAAC8: hue angle of 310º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAAC8 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 200 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.19 |
| HSL | 310º | 0.27% | 0.74% | - |
| HSV(B) | 310º | 0.17% | 0.81% | - |
| XYZ | 50.25 | 46.04 | 60.88 | - |
| YUV | 184.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 200 | 0 | 0.17 | 0.03 | 0.19 | 310 | 0.27 | 0.74 |
| Hex | CE | AA | C8 | 0 | 11 | 3 | 13 | 136 | 1B | 4A |
| Octal | 316 | 252 | 310 | 0 | 21 | 3 | 23 | 466 | 33 | 112 |
| Binary | 11001110 | 10101010 | 11001000 | 0 | 10001 | 11 | 10011 | 100110110 | 11011 | 1001010 |
Color Harmonies of #CEAAC8
Complementary color
Monochromatic Colors of #CEAAC8
Black with #CEAAC8
Text Example
Text Example
White with #CEAAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAC8; }
p { color: rgb(206,170,200); }
H1.HeaderClassName
{
color: #CEAAC8;
}
.AnyTagClassName
{
color: #CEAAC8;
}
</style>
background-color css
<style>
a { background-color: #CEAAC8; }
a { background-color: rgb(206,170,200); }
div.DivClassName
{
background-color: #CEAAC8;
}
.BgClassName
{
background-color: #CEAAC8;
}
</style>
border-color css
<style>
span { border-color: #CEAAC8; }
span { border-color: rgb(206,170,200); }
td.TdClassName
{
border-color: #CEAAC8;
}
.TagClassName
{
border-color: #CEAAC8;
}
</style>