Shades of Lilac #CE9ED3
Tints of Lilac #CE9ED3
RGB
CMYK
RGB Variations
Color information
#CE9ED3 (or 0xCE9ED3) is known color: Lilac. HEX triplet: CE, 9E and D3. RGB value is (206,158,211). Sum of RGB (Red+Green+Blue) = 206+158+211=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ED3 is #31612C. Grayscale: #B2B2B2. Windows color (decimal): -3236141 or 13868750. OLE color: 13868750.
HSL color Cylindrical-coordinate representation of color #CE9ED3: hue angle of 294.34º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9ED3 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 158 | 211 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.17 |
| HSL | 294.34º | 0.38% | 0.72% | - |
| HSV(B) | 294.34º | 0.25% | 0.83% | - |
| XYZ | 49.44 | 42.28 | 67.18 | - |
| YUV | 178.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 211 | 0.02 | 0.25 | 0 | 0.17 | 294.34 | 0.38 | 0.72 |
| Hex | CE | 9E | D3 | 2 | 19 | 0 | 11 | 126 | 26 | 48 |
| Octal | 316 | 236 | 323 | 2 | 31 | 0 | 21 | 446 | 46 | 110 |
| Binary | 11001110 | 10011110 | 11010011 | 10 | 11001 | 0 | 10001 | 100100110 | 100110 | 1001000 |
Color Harmonies of #CE9ED3
Complementary color
Monochromatic Colors of #CE9ED3
Black with #CE9ED3
Text Example
Text Example
White with #CE9ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9ED3; }
p { color: rgb(206,158,211); }
H1.HeaderClassName
{
color: #CE9ED3;
}
.AnyTagClassName
{
color: #CE9ED3;
}
</style>
background-color css
<style>
a { background-color: #CE9ED3; }
a { background-color: rgb(206,158,211); }
div.DivClassName
{
background-color: #CE9ED3;
}
.BgClassName
{
background-color: #CE9ED3;
}
</style>
border-color css
<style>
span { border-color: #CE9ED3; }
span { border-color: rgb(206,158,211); }
td.TdClassName
{
border-color: #CE9ED3;
}
.TagClassName
{
border-color: #CE9ED3;
}
</style>