Shades of Lilac #CE9EC5
Tints of Lilac #CE9EC5
RGB
CMYK
RGB Variations
Color information
#CE9EC5 (or 0xCE9EC5) is known color: Lilac. HEX triplet: CE, 9E and C5. RGB value is (206,158,197). Sum of RGB (Red+Green+Blue) = 206+158+197=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EC5 is #31613A. Grayscale: #B0B0B0. Windows color (decimal): -3236155 or 12951246. OLE color: 12951246.
HSL color Cylindrical-coordinate representation of color #CE9EC5: hue angle of 311.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EC5 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 197 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.19 |
| HSL | 311.25º | 0.33% | 0.71% | - |
| HSV(B) | 311.25º | 0.23% | 0.81% | - |
| XYZ | 47.76 | 41.61 | 58.34 | - |
| YUV | 176.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 197 | 0 | 0.23 | 0.04 | 0.19 | 311.25 | 0.33 | 0.71 |
| Hex | CE | 9E | C5 | 0 | 17 | 4 | 13 | 137 | 21 | 47 |
| Octal | 316 | 236 | 305 | 0 | 27 | 4 | 23 | 467 | 41 | 107 |
| Binary | 11001110 | 10011110 | 11000101 | 0 | 10111 | 100 | 10011 | 100110111 | 100001 | 1000111 |
Color Harmonies of #CE9EC5
Complementary color
Monochromatic Colors of #CE9EC5
Black with #CE9EC5
Text Example
Text Example
White with #CE9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EC5; }
p { color: rgb(206,158,197); }
H1.HeaderClassName
{
color: #CE9EC5;
}
.AnyTagClassName
{
color: #CE9EC5;
}
</style>
background-color css
<style>
a { background-color: #CE9EC5; }
a { background-color: rgb(206,158,197); }
div.DivClassName
{
background-color: #CE9EC5;
}
.BgClassName
{
background-color: #CE9EC5;
}
</style>
border-color css
<style>
span { border-color: #CE9EC5; }
span { border-color: rgb(206,158,197); }
td.TdClassName
{
border-color: #CE9EC5;
}
.TagClassName
{
border-color: #CE9EC5;
}
</style>