Shades of Lilac #D09EC7
Tints of Lilac #D09EC7
RGB
CMYK
RGB Variations
Color information
#D09EC7 (or 0xD09EC7) is known color: Lilac. HEX triplet: D0, 9E and C7. RGB value is (208,158,199). Sum of RGB (Red+Green+Blue) = 208+158+199=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EC7 is #2F6138. Grayscale: #B1B1B1. Windows color (decimal): -3105081 or 13082320. OLE color: 13082320.
HSL color Cylindrical-coordinate representation of color #D09EC7: hue angle of 310.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09EC7 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 199 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.18 |
| HSL | 310.8º | 0.35% | 0.72% | - |
| HSV(B) | 310.8º | 0.24% | 0.82% | - |
| XYZ | 48.55 | 41.99 | 59.58 | - |
| YUV | 177.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 199 | 0 | 0.24 | 0.04 | 0.18 | 310.8 | 0.35 | 0.72 |
| Hex | D0 | 9E | C7 | 0 | 18 | 4 | 12 | 137 | 23 | 48 |
| Octal | 320 | 236 | 307 | 0 | 30 | 4 | 22 | 467 | 43 | 110 |
| Binary | 11010000 | 10011110 | 11000111 | 0 | 11000 | 100 | 10010 | 100110111 | 100011 | 1001000 |
Color Harmonies of #D09EC7
Complementary color
Monochromatic Colors of #D09EC7
Black with #D09EC7
Text Example
Text Example
White with #D09EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EC7; }
p { color: rgb(208,158,199); }
H1.HeaderClassName
{
color: #D09EC7;
}
.AnyTagClassName
{
color: #D09EC7;
}
</style>
background-color css
<style>
a { background-color: #D09EC7; }
a { background-color: rgb(208,158,199); }
div.DivClassName
{
background-color: #D09EC7;
}
.BgClassName
{
background-color: #D09EC7;
}
</style>
border-color css
<style>
span { border-color: #D09EC7; }
span { border-color: rgb(208,158,199); }
td.TdClassName
{
border-color: #D09EC7;
}
.TagClassName
{
border-color: #D09EC7;
}
</style>