Shades of Lily #D09AB2
Tints of Lily #D09AB2
RGB
CMYK
RGB Variations
Color information
#D09AB2 (or 0xD09AB2) is known color: Lily. HEX triplet: D0, 9A and B2. RGB value is (208,154,178). Sum of RGB (Red+Green+Blue) = 208+154+178=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AB2 is #2F654D. Grayscale: #ACACAC. Windows color (decimal): -3106126 or 11705040. OLE color: 11705040.
HSL color Cylindrical-coordinate representation of color #D09AB2: hue angle of 333.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AB2 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 178 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.18 |
| HSL | 333.33º | 0.36% | 0.71% | - |
| HSV(B) | 333.33º | 0.26% | 0.82% | - |
| XYZ | 45.6 | 39.74 | 47.39 | - |
| YUV | 172.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 178 | 0 | 0.26 | 0.14 | 0.18 | 333.33 | 0.36 | 0.71 |
| Hex | D0 | 9A | B2 | 0 | 1A | E | 12 | 14D | 24 | 47 |
| Octal | 320 | 232 | 262 | 0 | 32 | 16 | 22 | 515 | 44 | 107 |
| Binary | 11010000 | 10011010 | 10110010 | 0 | 11010 | 1110 | 10010 | 101001101 | 100100 | 1000111 |
Color Harmonies of #D09AB2
Complementary color
Monochromatic Colors of #D09AB2
Black with #D09AB2
Text Example
Text Example
White with #D09AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AB2; }
p { color: rgb(208,154,178); }
H1.HeaderClassName
{
color: #D09AB2;
}
.AnyTagClassName
{
color: #D09AB2;
}
</style>
background-color css
<style>
a { background-color: #D09AB2; }
a { background-color: rgb(208,154,178); }
div.DivClassName
{
background-color: #D09AB2;
}
.BgClassName
{
background-color: #D09AB2;
}
</style>
border-color css
<style>
span { border-color: #D09AB2; }
span { border-color: rgb(208,154,178); }
td.TdClassName
{
border-color: #D09AB2;
}
.TagClassName
{
border-color: #D09AB2;
}
</style>