Shades of Lily #D0A5B5
Tints of Lily #D0A5B5
RGB
CMYK
RGB Variations
Color information
#D0A5B5 (or 0xD0A5B5) is known color: Lily. HEX triplet: D0, A5 and B5. RGB value is (208,165,181). Sum of RGB (Red+Green+Blue) = 208+165+181=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A5B5 is #2F5A4A. Grayscale: #B3B3B3. Windows color (decimal): -3103307 or 11904464. OLE color: 11904464.
HSL color Cylindrical-coordinate representation of color #D0A5B5: hue angle of 337.67º 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 #D0A5B5 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 181 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.18 |
| HSL | 337.67º | 0.31% | 0.73% | - |
| HSV(B) | 337.67º | 0.21% | 0.82% | - |
| XYZ | 47.81 | 43.66 | 49.62 | - |
| YUV | 179.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 181 | 0 | 0.21 | 0.13 | 0.18 | 337.67 | 0.31 | 0.73 |
| Hex | D0 | A5 | B5 | 0 | 15 | D | 12 | 152 | 1F | 49 |
| Octal | 320 | 245 | 265 | 0 | 25 | 15 | 22 | 522 | 37 | 111 |
| Binary | 11010000 | 10100101 | 10110101 | 0 | 10101 | 1101 | 10010 | 101010010 | 11111 | 1001001 |
Color Harmonies of #D0A5B5
Complementary color
Monochromatic Colors of #D0A5B5
Black with #D0A5B5
Text Example
Text Example
White with #D0A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5B5; }
p { color: rgb(208,165,181); }
H1.HeaderClassName
{
color: #D0A5B5;
}
.AnyTagClassName
{
color: #D0A5B5;
}
</style>
background-color css
<style>
a { background-color: #D0A5B5; }
a { background-color: rgb(208,165,181); }
div.DivClassName
{
background-color: #D0A5B5;
}
.BgClassName
{
background-color: #D0A5B5;
}
</style>
border-color css
<style>
span { border-color: #D0A5B5; }
span { border-color: rgb(208,165,181); }
td.TdClassName
{
border-color: #D0A5B5;
}
.TagClassName
{
border-color: #D0A5B5;
}
</style>