Shades of Lilac #D09ECB
Tints of Lilac #D09ECB
RGB
CMYK
RGB Variations
Color information
#D09ECB (or 0xD09ECB) is known color: Lilac. HEX triplet: D0, 9E and CB. RGB value is (208,158,203). Sum of RGB (Red+Green+Blue) = 208+158+203=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D09ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ECB is #2F6134. Grayscale: #B1B1B1. Windows color (decimal): -3105077 or 13344464. OLE color: 13344464.
HSL color Cylindrical-coordinate representation of color #D09ECB: hue angle of 306º 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 #D09ECB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 203 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.18 |
| HSL | 306º | 0.35% | 0.72% | - |
| HSV(B) | 306º | 0.24% | 0.82% | - |
| XYZ | 49.02 | 42.18 | 62.06 | - |
| YUV | 178.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 203 | 0 | 0.24 | 0.02 | 0.18 | 306 | 0.35 | 0.72 |
| Hex | D0 | 9E | CB | 0 | 18 | 2 | 12 | 132 | 23 | 48 |
| Octal | 320 | 236 | 313 | 0 | 30 | 2 | 22 | 462 | 43 | 110 |
| Binary | 11010000 | 10011110 | 11001011 | 0 | 11000 | 10 | 10010 | 100110010 | 100011 | 1001000 |
Color Harmonies of #D09ECB
Complementary color
Monochromatic Colors of #D09ECB
Black with #D09ECB
Text Example
Text Example
White with #D09ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09ECB; }
p { color: rgb(208,158,203); }
H1.HeaderClassName
{
color: #D09ECB;
}
.AnyTagClassName
{
color: #D09ECB;
}
</style>
background-color css
<style>
a { background-color: #D09ECB; }
a { background-color: rgb(208,158,203); }
div.DivClassName
{
background-color: #D09ECB;
}
.BgClassName
{
background-color: #D09ECB;
}
</style>
border-color css
<style>
span { border-color: #D09ECB; }
span { border-color: rgb(208,158,203); }
td.TdClassName
{
border-color: #D09ECB;
}
.TagClassName
{
border-color: #D09ECB;
}
</style>