Shades of Lilac #CE9DD5
Tints of Lilac #CE9DD5
RGB
CMYK
RGB Variations
Color information
#CE9DD5 (or 0xCE9DD5) is known color: Lilac. HEX triplet: CE, 9D and D5. RGB value is (206,157,213). Sum of RGB (Red+Green+Blue) = 206+157+213=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD5 is #31622A. Grayscale: #B1B1B1. Windows color (decimal): -3236395 or 13999566. OLE color: 13999566.
HSL color Cylindrical-coordinate representation of color #CE9DD5: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE9DD5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 157 | 213 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.16 |
| HSL | 292.5º | 0.4% | 0.73% | - |
| HSV(B) | 292.5º | 0.26% | 0.84% | - |
| XYZ | 49.52 | 42.04 | 68.46 | - |
| YUV | 178.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 213 | 0.03 | 0.26 | 0 | 0.16 | 292.5 | 0.4 | 0.73 |
| Hex | CE | 9D | D5 | 3 | 1A | 0 | 10 | 124 | 28 | 49 |
| Octal | 316 | 235 | 325 | 3 | 32 | 0 | 20 | 444 | 50 | 111 |
| Binary | 11001110 | 10011101 | 11010101 | 11 | 11010 | 0 | 10000 | 100100100 | 101000 | 1001001 |
Color Harmonies of #CE9DD5
Complementary color
Monochromatic Colors of #CE9DD5
Black with #CE9DD5
Text Example
Text Example
White with #CE9DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DD5; }
p { color: rgb(206,157,213); }
H1.HeaderClassName
{
color: #CE9DD5;
}
.AnyTagClassName
{
color: #CE9DD5;
}
</style>
background-color css
<style>
a { background-color: #CE9DD5; }
a { background-color: rgb(206,157,213); }
div.DivClassName
{
background-color: #CE9DD5;
}
.BgClassName
{
background-color: #CE9DD5;
}
</style>
border-color css
<style>
span { border-color: #CE9DD5; }
span { border-color: rgb(206,157,213); }
td.TdClassName
{
border-color: #CE9DD5;
}
.TagClassName
{
border-color: #CE9DD5;
}
</style>