Shades of Lilac #D59ECD
Tints of Lilac #D59ECD
RGB
CMYK
RGB Variations
Color information
#D59ECD (or 0xD59ECD) is known color: Lilac. HEX triplet: D5, 9E and CD. RGB value is (213,158,205). Sum of RGB (Red+Green+Blue) = 213+158+205=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ECD is #2A6132. Grayscale: #B3B3B3. Windows color (decimal): -2777395 or 13475541. OLE color: 13475541.
HSL color Cylindrical-coordinate representation of color #D59ECD: hue angle of 308.73º 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 #D59ECD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 205 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.16 |
| HSL | 308.73º | 0.4% | 0.73% | - |
| HSV(B) | 308.73º | 0.26% | 0.84% | - |
| XYZ | 50.69 | 43.01 | 63.39 | - |
| YUV | 179.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 205 | 0 | 0.26 | 0.04 | 0.16 | 308.73 | 0.4 | 0.73 |
| Hex | D5 | 9E | CD | 0 | 1A | 4 | 10 | 135 | 28 | 49 |
| Octal | 325 | 236 | 315 | 0 | 32 | 4 | 20 | 465 | 50 | 111 |
| Binary | 11010101 | 10011110 | 11001101 | 0 | 11010 | 100 | 10000 | 100110101 | 101000 | 1001001 |
Color Harmonies of #D59ECD
Complementary color
Monochromatic Colors of #D59ECD
Black with #D59ECD
Text Example
Text Example
White with #D59ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ECD; }
p { color: rgb(213,158,205); }
H1.HeaderClassName
{
color: #D59ECD;
}
.AnyTagClassName
{
color: #D59ECD;
}
</style>
background-color css
<style>
a { background-color: #D59ECD; }
a { background-color: rgb(213,158,205); }
div.DivClassName
{
background-color: #D59ECD;
}
.BgClassName
{
background-color: #D59ECD;
}
</style>
border-color css
<style>
span { border-color: #D59ECD; }
span { border-color: rgb(213,158,205); }
td.TdClassName
{
border-color: #D59ECD;
}
.TagClassName
{
border-color: #D59ECD;
}
</style>