Shades of Lilac #CE9AD5
Tints of Lilac #CE9AD5
RGB
CMYK
RGB Variations
Color information
#CE9AD5 (or 0xCE9AD5) is known color: Lilac. HEX triplet: CE, 9A and D5. RGB value is (206,154,213). Sum of RGB (Red+Green+Blue) = 206+154+213=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD5 is #31652A. Grayscale: #B0B0B0. Windows color (decimal): -3237163 or 13998798. OLE color: 13998798.
HSL color Cylindrical-coordinate representation of color #CE9AD5: hue angle of 292.88º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9AD5 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 154 | 213 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.16 |
| HSL | 292.88º | 0.41% | 0.72% | - |
| HSV(B) | 292.88º | 0.28% | 0.84% | - |
| XYZ | 49.02 | 41.04 | 68.29 | - |
| YUV | 176.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 213 | 0.03 | 0.28 | 0 | 0.16 | 292.88 | 0.41 | 0.72 |
| Hex | CE | 9A | D5 | 3 | 1C | 0 | 10 | 125 | 29 | 48 |
| Octal | 316 | 232 | 325 | 3 | 34 | 0 | 20 | 445 | 51 | 110 |
| Binary | 11001110 | 10011010 | 11010101 | 11 | 11100 | 0 | 10000 | 100100101 | 101001 | 1001000 |
Color Harmonies of #CE9AD5
Complementary color
Monochromatic Colors of #CE9AD5
Black with #CE9AD5
Text Example
Text Example
White with #CE9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AD5; }
p { color: rgb(206,154,213); }
H1.HeaderClassName
{
color: #CE9AD5;
}
.AnyTagClassName
{
color: #CE9AD5;
}
</style>
background-color css
<style>
a { background-color: #CE9AD5; }
a { background-color: rgb(206,154,213); }
div.DivClassName
{
background-color: #CE9AD5;
}
.BgClassName
{
background-color: #CE9AD5;
}
</style>
border-color css
<style>
span { border-color: #CE9AD5; }
span { border-color: rgb(206,154,213); }
td.TdClassName
{
border-color: #CE9AD5;
}
.TagClassName
{
border-color: #CE9AD5;
}
</style>