Shades of Lilac #CE9DD2
Tints of Lilac #CE9DD2
RGB
CMYK
RGB Variations
Color information
#CE9DD2 (or 0xCE9DD2) is known color: Lilac. HEX triplet: CE, 9D and D2. RGB value is (206,157,210). Sum of RGB (Red+Green+Blue) = 206+157+210=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD2 is #31622D. Grayscale: #B1B1B1. Windows color (decimal): -3236398 or 13802958. OLE color: 13802958.
HSL color Cylindrical-coordinate representation of color #CE9DD2: hue angle of 295.47º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9DD2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 157 | 210 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.18 |
| HSL | 295.47º | 0.37% | 0.72% | - |
| HSV(B) | 295.47º | 0.25% | 0.82% | - |
| XYZ | 49.14 | 41.89 | 66.47 | - |
| YUV | 177.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 210 | 0.02 | 0.25 | 0 | 0.18 | 295.47 | 0.37 | 0.72 |
| Hex | CE | 9D | D2 | 2 | 19 | 0 | 12 | 127 | 25 | 48 |
| Octal | 316 | 235 | 322 | 2 | 31 | 0 | 22 | 447 | 45 | 110 |
| Binary | 11001110 | 10011101 | 11010010 | 10 | 11001 | 0 | 10010 | 100100111 | 100101 | 1001000 |
Color Harmonies of #CE9DD2
Complementary color
Monochromatic Colors of #CE9DD2
Black with #CE9DD2
Text Example
Text Example
White with #CE9DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DD2; }
p { color: rgb(206,157,210); }
H1.HeaderClassName
{
color: #CE9DD2;
}
.AnyTagClassName
{
color: #CE9DD2;
}
</style>
background-color css
<style>
a { background-color: #CE9DD2; }
a { background-color: rgb(206,157,210); }
div.DivClassName
{
background-color: #CE9DD2;
}
.BgClassName
{
background-color: #CE9DD2;
}
</style>
border-color css
<style>
span { border-color: #CE9DD2; }
span { border-color: rgb(206,157,210); }
td.TdClassName
{
border-color: #CE9DD2;
}
.TagClassName
{
border-color: #CE9DD2;
}
</style>