Shades of Lily #D0A5BB
Tints of Lily #D0A5BB
RGB
CMYK
RGB Variations
Color information
#D0A5BB (or 0xD0A5BB) is known color: Lily. HEX triplet: D0, A5 and BB. RGB value is (208,165,187). Sum of RGB (Red+Green+Blue) = 208+165+187=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5BB is #2F5A44. Grayscale: #B4B4B4. Windows color (decimal): -3103301 or 12297680. OLE color: 12297680.
HSL color Cylindrical-coordinate representation of color #D0A5BB: hue angle of 329.3º degrees, saturation: 0.31, 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 #D0A5BB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 187 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.18 |
| HSL | 329.3º | 0.31% | 0.73% | - |
| HSV(B) | 329.3º | 0.21% | 0.82% | - |
| XYZ | 48.44 | 43.91 | 52.94 | - |
| YUV | 180.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 187 | 0 | 0.21 | 0.10 | 0.18 | 329.3 | 0.31 | 0.73 |
| Hex | D0 | A5 | BB | 0 | 15 | A | 12 | 149 | 1F | 49 |
| Octal | 320 | 245 | 273 | 0 | 25 | 12 | 22 | 511 | 37 | 111 |
| Binary | 11010000 | 10100101 | 10111011 | 0 | 10101 | 1010 | 10010 | 101001001 | 11111 | 1001001 |
Color Harmonies of #D0A5BB
Complementary color
Monochromatic Colors of #D0A5BB
Black with #D0A5BB
Text Example
Text Example
White with #D0A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5BB; }
p { color: rgb(208,165,187); }
H1.HeaderClassName
{
color: #D0A5BB;
}
.AnyTagClassName
{
color: #D0A5BB;
}
</style>
background-color css
<style>
a { background-color: #D0A5BB; }
a { background-color: rgb(208,165,187); }
div.DivClassName
{
background-color: #D0A5BB;
}
.BgClassName
{
background-color: #D0A5BB;
}
</style>
border-color css
<style>
span { border-color: #D0A5BB; }
span { border-color: rgb(208,165,187); }
td.TdClassName
{
border-color: #D0A5BB;
}
.TagClassName
{
border-color: #D0A5BB;
}
</style>