Shades of Lilac #CEABC8
Tints of Lilac #CEABC8
RGB
CMYK
RGB Variations
Color information
#CEABC8 (or 0xCEABC8) is known color: Lilac. HEX triplet: CE, AB and C8. RGB value is (206,171,200). Sum of RGB (Red+Green+Blue) = 206+171+200=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABC8 is #315437. Grayscale: #B8B8B8. Windows color (decimal): -3232824 or 13151182. OLE color: 13151182.
HSL color Cylindrical-coordinate representation of color #CEABC8: hue angle of 310.29º degrees, saturation: 0.26, 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 #CEABC8 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 200 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.19 |
| HSL | 310.29º | 0.26% | 0.74% | - |
| HSV(B) | 310.29º | 0.17% | 0.81% | - |
| XYZ | 50.44 | 46.42 | 60.94 | - |
| YUV | 184.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 200 | 0 | 0.17 | 0.03 | 0.19 | 310.29 | 0.26 | 0.74 |
| Hex | CE | AB | C8 | 0 | 11 | 3 | 13 | 136 | 1A | 4A |
| Octal | 316 | 253 | 310 | 0 | 21 | 3 | 23 | 466 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11001000 | 0 | 10001 | 11 | 10011 | 100110110 | 11010 | 1001010 |
Color Harmonies of #CEABC8
Complementary color
Monochromatic Colors of #CEABC8
Black with #CEABC8
Text Example
Text Example
White with #CEABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABC8; }
p { color: rgb(206,171,200); }
H1.HeaderClassName
{
color: #CEABC8;
}
.AnyTagClassName
{
color: #CEABC8;
}
</style>
background-color css
<style>
a { background-color: #CEABC8; }
a { background-color: rgb(206,171,200); }
div.DivClassName
{
background-color: #CEABC8;
}
.BgClassName
{
background-color: #CEABC8;
}
</style>
border-color css
<style>
span { border-color: #CEABC8; }
span { border-color: rgb(206,171,200); }
td.TdClassName
{
border-color: #CEABC8;
}
.TagClassName
{
border-color: #CEABC8;
}
</style>