Shades of Lily #D09EBB
Tints of Lily #D09EBB
RGB
CMYK
RGB Variations
Color information
#D09EBB (or 0xD09EBB) is known color: Lily. HEX triplet: D0, 9E and BB. RGB value is (208,158,187). Sum of RGB (Red+Green+Blue) = 208+158+187=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EBB is #2F6144. Grayscale: #B0B0B0. Windows color (decimal): -3105093 or 12295888. OLE color: 12295888.
HSL color Cylindrical-coordinate representation of color #D09EBB: hue angle of 325.2º 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 #D09EBB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 187 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.18 |
| HSL | 325.2º | 0.35% | 0.72% | - |
| HSV(B) | 325.2º | 0.24% | 0.82% | - |
| XYZ | 47.21 | 41.45 | 52.53 | - |
| YUV | 176.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 187 | 0 | 0.24 | 0.10 | 0.18 | 325.2 | 0.35 | 0.72 |
| Hex | D0 | 9E | BB | 0 | 18 | A | 12 | 145 | 23 | 48 |
| Octal | 320 | 236 | 273 | 0 | 30 | 12 | 22 | 505 | 43 | 110 |
| Binary | 11010000 | 10011110 | 10111011 | 0 | 11000 | 1010 | 10010 | 101000101 | 100011 | 1001000 |
Color Harmonies of #D09EBB
Complementary color
Monochromatic Colors of #D09EBB
Black with #D09EBB
Text Example
Text Example
White with #D09EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EBB; }
p { color: rgb(208,158,187); }
H1.HeaderClassName
{
color: #D09EBB;
}
.AnyTagClassName
{
color: #D09EBB;
}
</style>
background-color css
<style>
a { background-color: #D09EBB; }
a { background-color: rgb(208,158,187); }
div.DivClassName
{
background-color: #D09EBB;
}
.BgClassName
{
background-color: #D09EBB;
}
</style>
border-color css
<style>
span { border-color: #D09EBB; }
span { border-color: rgb(208,158,187); }
td.TdClassName
{
border-color: #D09EBB;
}
.TagClassName
{
border-color: #D09EBB;
}
</style>