Shades of Lilac #D09ED2
Tints of Lilac #D09ED2
RGB
CMYK
RGB Variations
Color information
#D09ED2 (or 0xD09ED2) is known color: Lilac. HEX triplet: D0, 9E and D2. RGB value is (208,158,210). Sum of RGB (Red+Green+Blue) = 208+158+210=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #D09ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ED2 is #2F612D. Grayscale: #B2B2B2. Windows color (decimal): -3105070 or 13803216. OLE color: 13803216.
HSL color Cylindrical-coordinate representation of color #D09ED2: hue angle of 297.69º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09ED2 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 210 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.18 |
| HSL | 297.69º | 0.37% | 0.72% | - |
| HSV(B) | 297.69º | 0.25% | 0.82% | - |
| XYZ | 49.87 | 42.52 | 66.55 | - |
| YUV | 178.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 210 | 0.01 | 0.25 | 0 | 0.18 | 297.69 | 0.37 | 0.72 |
| Hex | D0 | 9E | D2 | 1 | 19 | 0 | 12 | 12A | 25 | 48 |
| Octal | 320 | 236 | 322 | 1 | 31 | 0 | 22 | 452 | 45 | 110 |
| Binary | 11010000 | 10011110 | 11010010 | 1 | 11001 | 0 | 10010 | 100101010 | 100101 | 1001000 |
Color Harmonies of #D09ED2
Complementary color
Monochromatic Colors of #D09ED2
Black with #D09ED2
Text Example
Text Example
White with #D09ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09ED2; }
p { color: rgb(208,158,210); }
H1.HeaderClassName
{
color: #D09ED2;
}
.AnyTagClassName
{
color: #D09ED2;
}
</style>
background-color css
<style>
a { background-color: #D09ED2; }
a { background-color: rgb(208,158,210); }
div.DivClassName
{
background-color: #D09ED2;
}
.BgClassName
{
background-color: #D09ED2;
}
</style>
border-color css
<style>
span { border-color: #D09ED2; }
span { border-color: rgb(208,158,210); }
td.TdClassName
{
border-color: #D09ED2;
}
.TagClassName
{
border-color: #D09ED2;
}
</style>