Shades of Lilac #D69EC9
Tints of Lilac #D69EC9
RGB
CMYK
RGB Variations
Color information
#D69EC9 (or 0xD69EC9) is known color: Lilac. HEX triplet: D6, 9E and C9. RGB value is (214,158,201). Sum of RGB (Red+Green+Blue) = 214+158+201=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EC9 is #296136. Grayscale: #B3B3B3. Windows color (decimal): -2711863 or 13213398. OLE color: 13213398.
HSL color Cylindrical-coordinate representation of color #D69EC9: hue angle of 313.93º 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 #D69EC9 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 201 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.16 |
| HSL | 313.93º | 0.41% | 0.73% | - |
| HSV(B) | 313.93º | 0.26% | 0.84% | - |
| XYZ | 50.5 | 42.97 | 60.89 | - |
| YUV | 179.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 201 | 0 | 0.26 | 0.06 | 0.16 | 313.93 | 0.41 | 0.73 |
| Hex | D6 | 9E | C9 | 0 | 1A | 6 | 10 | 13A | 29 | 49 |
| Octal | 326 | 236 | 311 | 0 | 32 | 6 | 20 | 472 | 51 | 111 |
| Binary | 11010110 | 10011110 | 11001001 | 0 | 11010 | 110 | 10000 | 100111010 | 101001 | 1001001 |
Color Harmonies of #D69EC9
Complementary color
Monochromatic Colors of #D69EC9
Black with #D69EC9
Text Example
Text Example
White with #D69EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EC9; }
p { color: rgb(214,158,201); }
H1.HeaderClassName
{
color: #D69EC9;
}
.AnyTagClassName
{
color: #D69EC9;
}
</style>
background-color css
<style>
a { background-color: #D69EC9; }
a { background-color: rgb(214,158,201); }
div.DivClassName
{
background-color: #D69EC9;
}
.BgClassName
{
background-color: #D69EC9;
}
</style>
border-color css
<style>
span { border-color: #D69EC9; }
span { border-color: rgb(214,158,201); }
td.TdClassName
{
border-color: #D69EC9;
}
.TagClassName
{
border-color: #D69EC9;
}
</style>