Shades of Lilac #CE9AC5
Tints of Lilac #CE9AC5
RGB
CMYK
RGB Variations
Color information
#CE9AC5 (or 0xCE9AC5) is known color: Lilac. HEX triplet: CE, 9A and C5. RGB value is (206,154,197). Sum of RGB (Red+Green+Blue) = 206+154+197=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AC5 is #31653A. Grayscale: #AEAEAE. Windows color (decimal): -3237179 or 12950222. OLE color: 12950222.
HSL color Cylindrical-coordinate representation of color #CE9AC5: hue angle of 310.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9AC5 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 197 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.19 |
| HSL | 310.38º | 0.35% | 0.71% | - |
| HSV(B) | 310.38º | 0.25% | 0.81% | - |
| XYZ | 47.09 | 40.26 | 58.11 | - |
| YUV | 174.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 197 | 0 | 0.25 | 0.04 | 0.19 | 310.38 | 0.35 | 0.71 |
| Hex | CE | 9A | C5 | 0 | 19 | 4 | 13 | 136 | 23 | 47 |
| Octal | 316 | 232 | 305 | 0 | 31 | 4 | 23 | 466 | 43 | 107 |
| Binary | 11001110 | 10011010 | 11000101 | 0 | 11001 | 100 | 10011 | 100110110 | 100011 | 1000111 |
Color Harmonies of #CE9AC5
Complementary color
Monochromatic Colors of #CE9AC5
Black with #CE9AC5
Text Example
Text Example
White with #CE9AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AC5; }
p { color: rgb(206,154,197); }
H1.HeaderClassName
{
color: #CE9AC5;
}
.AnyTagClassName
{
color: #CE9AC5;
}
</style>
background-color css
<style>
a { background-color: #CE9AC5; }
a { background-color: rgb(206,154,197); }
div.DivClassName
{
background-color: #CE9AC5;
}
.BgClassName
{
background-color: #CE9AC5;
}
</style>
border-color css
<style>
span { border-color: #CE9AC5; }
span { border-color: rgb(206,154,197); }
td.TdClassName
{
border-color: #CE9AC5;
}
.TagClassName
{
border-color: #CE9AC5;
}
</style>