Shades of Lily #D0A4BB
Tints of Lily #D0A4BB
RGB
CMYK
RGB Variations
Color information
#D0A4BB (or 0xD0A4BB) is known color: Lily. HEX triplet: D0, A4 and BB. RGB value is (208,164,187). Sum of RGB (Red+Green+Blue) = 208+164+187=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4BB is #2F5B44. Grayscale: #B3B3B3. Windows color (decimal): -3103557 or 12297424. OLE color: 12297424.
HSL color Cylindrical-coordinate representation of color #D0A4BB: hue angle of 328.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4BB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 187 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.18 |
| HSL | 328.64º | 0.32% | 0.73% | - |
| HSV(B) | 328.64º | 0.21% | 0.82% | - |
| XYZ | 48.26 | 43.55 | 52.88 | - |
| YUV | 179.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 187 | 0 | 0.21 | 0.10 | 0.18 | 328.64 | 0.32 | 0.73 |
| Hex | D0 | A4 | BB | 0 | 15 | A | 12 | 149 | 20 | 49 |
| Octal | 320 | 244 | 273 | 0 | 25 | 12 | 22 | 511 | 40 | 111 |
| Binary | 11010000 | 10100100 | 10111011 | 0 | 10101 | 1010 | 10010 | 101001001 | 100000 | 1001001 |
Color Harmonies of #D0A4BB
Complementary color
Monochromatic Colors of #D0A4BB
Black with #D0A4BB
Text Example
Text Example
White with #D0A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4BB; }
p { color: rgb(208,164,187); }
H1.HeaderClassName
{
color: #D0A4BB;
}
.AnyTagClassName
{
color: #D0A4BB;
}
</style>
background-color css
<style>
a { background-color: #D0A4BB; }
a { background-color: rgb(208,164,187); }
div.DivClassName
{
background-color: #D0A4BB;
}
.BgClassName
{
background-color: #D0A4BB;
}
</style>
border-color css
<style>
span { border-color: #D0A4BB; }
span { border-color: rgb(208,164,187); }
td.TdClassName
{
border-color: #D0A4BB;
}
.TagClassName
{
border-color: #D0A4BB;
}
</style>