Shades of Lilac #D59ECC
Tints of Lilac #D59ECC
RGB
CMYK
RGB Variations
Color information
#D59ECC (or 0xD59ECC) is known color: Lilac. HEX triplet: D5, 9E and CC. RGB value is (213,158,204). Sum of RGB (Red+Green+Blue) = 213+158+204=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ECC is #2A6133. Grayscale: #B3B3B3. Windows color (decimal): -2777396 or 13410005. OLE color: 13410005.
HSL color Cylindrical-coordinate representation of color #D59ECC: hue angle of 309.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59ECC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 204 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.16 |
| HSL | 309.82º | 0.4% | 0.73% | - |
| HSV(B) | 309.82º | 0.26% | 0.84% | - |
| XYZ | 50.57 | 42.96 | 62.75 | - |
| YUV | 179.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 204 | 0 | 0.26 | 0.04 | 0.16 | 309.82 | 0.4 | 0.73 |
| Hex | D5 | 9E | CC | 0 | 1A | 4 | 10 | 136 | 28 | 49 |
| Octal | 325 | 236 | 314 | 0 | 32 | 4 | 20 | 466 | 50 | 111 |
| Binary | 11010101 | 10011110 | 11001100 | 0 | 11010 | 100 | 10000 | 100110110 | 101000 | 1001001 |
Color Harmonies of #D59ECC
Complementary color
Monochromatic Colors of #D59ECC
Black with #D59ECC
Text Example
Text Example
White with #D59ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ECC; }
p { color: rgb(213,158,204); }
H1.HeaderClassName
{
color: #D59ECC;
}
.AnyTagClassName
{
color: #D59ECC;
}
</style>
background-color css
<style>
a { background-color: #D59ECC; }
a { background-color: rgb(213,158,204); }
div.DivClassName
{
background-color: #D59ECC;
}
.BgClassName
{
background-color: #D59ECC;
}
</style>
border-color css
<style>
span { border-color: #D59ECC; }
span { border-color: rgb(213,158,204); }
td.TdClassName
{
border-color: #D59ECC;
}
.TagClassName
{
border-color: #D59ECC;
}
</style>