Shades of Lily #D0A2B9
Tints of Lily #D0A2B9
RGB
CMYK
RGB Variations
Color information
#D0A2B9 (or 0xD0A2B9) is known color: Lily. HEX triplet: D0, A2 and B9. RGB value is (208,162,185). Sum of RGB (Red+Green+Blue) = 208+162+185=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2B9 is #2F5D46. Grayscale: #B2B2B2. Windows color (decimal): -3104071 or 12165840. OLE color: 12165840.
HSL color Cylindrical-coordinate representation of color #D0A2B9: hue angle of 330º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A2B9 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 185 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.18 |
| HSL | 330º | 0.33% | 0.73% | - |
| HSV(B) | 330º | 0.22% | 0.82% | - |
| XYZ | 47.69 | 42.75 | 51.64 | - |
| YUV | 178.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 185 | 0 | 0.22 | 0.11 | 0.18 | 330 | 0.33 | 0.73 |
| Hex | D0 | A2 | B9 | 0 | 16 | B | 12 | 14A | 21 | 49 |
| Octal | 320 | 242 | 271 | 0 | 26 | 13 | 22 | 512 | 41 | 111 |
| Binary | 11010000 | 10100010 | 10111001 | 0 | 10110 | 1011 | 10010 | 101001010 | 100001 | 1001001 |
Color Harmonies of #D0A2B9
Complementary color
Monochromatic Colors of #D0A2B9
Black with #D0A2B9
Text Example
Text Example
White with #D0A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2B9; }
p { color: rgb(208,162,185); }
H1.HeaderClassName
{
color: #D0A2B9;
}
.AnyTagClassName
{
color: #D0A2B9;
}
</style>
background-color css
<style>
a { background-color: #D0A2B9; }
a { background-color: rgb(208,162,185); }
div.DivClassName
{
background-color: #D0A2B9;
}
.BgClassName
{
background-color: #D0A2B9;
}
</style>
border-color css
<style>
span { border-color: #D0A2B9; }
span { border-color: rgb(208,162,185); }
td.TdClassName
{
border-color: #D0A2B9;
}
.TagClassName
{
border-color: #D0A2B9;
}
</style>