Shades of Lilac #D69ECD
Tints of Lilac #D69ECD
RGB
CMYK
RGB Variations
Color information
#D69ECD (or 0xD69ECD) is known color: Lilac. HEX triplet: D6, 9E and CD. RGB value is (214,158,205). Sum of RGB (Red+Green+Blue) = 214+158+205=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ECD is #296132. Grayscale: #B3B3B3. Windows color (decimal): -2711859 or 13475542. OLE color: 13475542.
HSL color Cylindrical-coordinate representation of color #D69ECD: hue angle of 309.64º degrees, saturation: 0.41, 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 #D69ECD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 205 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.16 |
| HSL | 309.64º | 0.41% | 0.73% | - |
| HSV(B) | 309.64º | 0.26% | 0.84% | - |
| XYZ | 50.98 | 43.16 | 63.4 | - |
| YUV | 180.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 205 | 0 | 0.26 | 0.04 | 0.16 | 309.64 | 0.41 | 0.73 |
| Hex | D6 | 9E | CD | 0 | 1A | 4 | 10 | 136 | 29 | 49 |
| Octal | 326 | 236 | 315 | 0 | 32 | 4 | 20 | 466 | 51 | 111 |
| Binary | 11010110 | 10011110 | 11001101 | 0 | 11010 | 100 | 10000 | 100110110 | 101001 | 1001001 |
Color Harmonies of #D69ECD
Complementary color
Monochromatic Colors of #D69ECD
Black with #D69ECD
Text Example
Text Example
White with #D69ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ECD; }
p { color: rgb(214,158,205); }
H1.HeaderClassName
{
color: #D69ECD;
}
.AnyTagClassName
{
color: #D69ECD;
}
</style>
background-color css
<style>
a { background-color: #D69ECD; }
a { background-color: rgb(214,158,205); }
div.DivClassName
{
background-color: #D69ECD;
}
.BgClassName
{
background-color: #D69ECD;
}
</style>
border-color css
<style>
span { border-color: #D69ECD; }
span { border-color: rgb(214,158,205); }
td.TdClassName
{
border-color: #D69ECD;
}
.TagClassName
{
border-color: #D69ECD;
}
</style>