Shades of Lilac #CEA4C9
Tints of Lilac #CEA4C9
RGB
CMYK
RGB Variations
Color information
#CEA4C9 (or 0xCEA4C9) is known color: Lilac. HEX triplet: CE, A4 and C9. RGB value is (206,164,201). Sum of RGB (Red+Green+Blue) = 206+164+201=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4C9 is #315B36. Grayscale: #B4B4B4. Windows color (decimal): -3234615 or 13214926. OLE color: 13214926.
HSL color Cylindrical-coordinate representation of color #CEA4C9: hue angle of 307.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA4C9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 201 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.19 |
| HSL | 307.14º | 0.3% | 0.73% | - |
| HSV(B) | 307.14º | 0.2% | 0.81% | - |
| XYZ | 49.27 | 43.89 | 61.13 | - |
| YUV | 180.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 201 | 0 | 0.20 | 0.02 | 0.19 | 307.14 | 0.3 | 0.73 |
| Hex | CE | A4 | C9 | 0 | 14 | 2 | 13 | 133 | 1E | 49 |
| Octal | 316 | 244 | 311 | 0 | 24 | 2 | 23 | 463 | 36 | 111 |
| Binary | 11001110 | 10100100 | 11001001 | 0 | 10100 | 10 | 10011 | 100110011 | 11110 | 1001001 |
Color Harmonies of #CEA4C9
Complementary color
Monochromatic Colors of #CEA4C9
Black with #CEA4C9
Text Example
Text Example
White with #CEA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4C9; }
p { color: rgb(206,164,201); }
H1.HeaderClassName
{
color: #CEA4C9;
}
.AnyTagClassName
{
color: #CEA4C9;
}
</style>
background-color css
<style>
a { background-color: #CEA4C9; }
a { background-color: rgb(206,164,201); }
div.DivClassName
{
background-color: #CEA4C9;
}
.BgClassName
{
background-color: #CEA4C9;
}
</style>
border-color css
<style>
span { border-color: #CEA4C9; }
span { border-color: rgb(206,164,201); }
td.TdClassName
{
border-color: #CEA4C9;
}
.TagClassName
{
border-color: #CEA4C9;
}
</style>