Shades of Lilac #CE9DCF
Tints of Lilac #CE9DCF
RGB
CMYK
RGB Variations
Color information
#CE9DCF (or 0xCE9DCF) is known color: Lilac. HEX triplet: CE, 9D and CF. RGB value is (206,157,207). Sum of RGB (Red+Green+Blue) = 206+157+207=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DCF is #316230. Grayscale: #B1B1B1. Windows color (decimal): -3236401 or 13606350. OLE color: 13606350.
HSL color Cylindrical-coordinate representation of color #CE9DCF: hue angle of 298.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9DCF is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 207 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.19 |
| HSL | 298.8º | 0.34% | 0.71% | - |
| HSV(B) | 298.8º | 0.24% | 0.81% | - |
| XYZ | 48.77 | 41.74 | 64.52 | - |
| YUV | 177.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 207 | 0.00 | 0.24 | 0 | 0.19 | 298.8 | 0.34 | 0.71 |
| Hex | CE | 9D | CF | 0 | 18 | 0 | 13 | 12B | 22 | 47 |
| Octal | 316 | 235 | 317 | 0 | 30 | 0 | 23 | 453 | 42 | 107 |
| Binary | 11001110 | 10011101 | 11001111 | 0 | 11000 | 0 | 10011 | 100101011 | 100010 | 1000111 |
Color Harmonies of #CE9DCF
Complementary color
Monochromatic Colors of #CE9DCF
Black with #CE9DCF
Text Example
Text Example
White with #CE9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DCF; }
p { color: rgb(206,157,207); }
H1.HeaderClassName
{
color: #CE9DCF;
}
.AnyTagClassName
{
color: #CE9DCF;
}
</style>
background-color css
<style>
a { background-color: #CE9DCF; }
a { background-color: rgb(206,157,207); }
div.DivClassName
{
background-color: #CE9DCF;
}
.BgClassName
{
background-color: #CE9DCF;
}
</style>
border-color css
<style>
span { border-color: #CE9DCF; }
span { border-color: rgb(206,157,207); }
td.TdClassName
{
border-color: #CE9DCF;
}
.TagClassName
{
border-color: #CE9DCF;
}
</style>