Shades of Lilac #CE9ED4
Tints of Lilac #CE9ED4
RGB
CMYK
RGB Variations
Color information
#CE9ED4 (or 0xCE9ED4) is known color: Lilac. HEX triplet: CE, 9E and D4. RGB value is (206,158,212). Sum of RGB (Red+Green+Blue) = 206+158+212=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ED4 is #31612B. Grayscale: #B2B2B2. Windows color (decimal): -3236140 or 13934286. OLE color: 13934286.
HSL color Cylindrical-coordinate representation of color #CE9ED4: hue angle of 293.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9ED4 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 158 | 212 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.17 |
| HSL | 293.33º | 0.39% | 0.73% | - |
| HSV(B) | 293.33º | 0.25% | 0.83% | - |
| XYZ | 49.56 | 42.33 | 67.85 | - |
| YUV | 178.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 212 | 0.03 | 0.25 | 0 | 0.17 | 293.33 | 0.39 | 0.73 |
| Hex | CE | 9E | D4 | 3 | 19 | 0 | 11 | 125 | 27 | 49 |
| Octal | 316 | 236 | 324 | 3 | 31 | 0 | 21 | 445 | 47 | 111 |
| Binary | 11001110 | 10011110 | 11010100 | 11 | 11001 | 0 | 10001 | 100100101 | 100111 | 1001001 |
Color Harmonies of #CE9ED4
Complementary color
Monochromatic Colors of #CE9ED4
Black with #CE9ED4
Text Example
Text Example
White with #CE9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9ED4; }
p { color: rgb(206,158,212); }
H1.HeaderClassName
{
color: #CE9ED4;
}
.AnyTagClassName
{
color: #CE9ED4;
}
</style>
background-color css
<style>
a { background-color: #CE9ED4; }
a { background-color: rgb(206,158,212); }
div.DivClassName
{
background-color: #CE9ED4;
}
.BgClassName
{
background-color: #CE9ED4;
}
</style>
border-color css
<style>
span { border-color: #CE9ED4; }
span { border-color: rgb(206,158,212); }
td.TdClassName
{
border-color: #CE9ED4;
}
.TagClassName
{
border-color: #CE9ED4;
}
</style>