Shades of Lilac #CE9DD4
Tints of Lilac #CE9DD4
RGB
CMYK
RGB Variations
Color information
#CE9DD4 (or 0xCE9DD4) is known color: Lilac. HEX triplet: CE, 9D and D4. RGB value is (206,157,212). Sum of RGB (Red+Green+Blue) = 206+157+212=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD4 is #31622B. Grayscale: #B1B1B1. Windows color (decimal): -3236396 or 13934030. OLE color: 13934030.
HSL color Cylindrical-coordinate representation of color #CE9DD4: hue angle of 293.45º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE9DD4 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 157 | 212 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.17 |
| HSL | 293.45º | 0.39% | 0.72% | - |
| HSV(B) | 293.45º | 0.26% | 0.83% | - |
| XYZ | 49.39 | 41.99 | 67.79 | - |
| YUV | 177.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 212 | 0.03 | 0.26 | 0 | 0.17 | 293.45 | 0.39 | 0.72 |
| Hex | CE | 9D | D4 | 3 | 1A | 0 | 11 | 125 | 27 | 48 |
| Octal | 316 | 235 | 324 | 3 | 32 | 0 | 21 | 445 | 47 | 110 |
| Binary | 11001110 | 10011101 | 11010100 | 11 | 11010 | 0 | 10001 | 100100101 | 100111 | 1001000 |
Color Harmonies of #CE9DD4
Complementary color
Monochromatic Colors of #CE9DD4
Black with #CE9DD4
Text Example
Text Example
White with #CE9DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DD4; }
p { color: rgb(206,157,212); }
H1.HeaderClassName
{
color: #CE9DD4;
}
.AnyTagClassName
{
color: #CE9DD4;
}
</style>
background-color css
<style>
a { background-color: #CE9DD4; }
a { background-color: rgb(206,157,212); }
div.DivClassName
{
background-color: #CE9DD4;
}
.BgClassName
{
background-color: #CE9DD4;
}
</style>
border-color css
<style>
span { border-color: #CE9DD4; }
span { border-color: rgb(206,157,212); }
td.TdClassName
{
border-color: #CE9DD4;
}
.TagClassName
{
border-color: #CE9DD4;
}
</style>