Shades of Lily #D0A1B4
Tints of Lily #D0A1B4
RGB
CMYK
RGB Variations
Color information
#D0A1B4 (or 0xD0A1B4) is known color: Lily. HEX triplet: D0, A1 and B4. RGB value is (208,161,180). Sum of RGB (Red+Green+Blue) = 208+161+180=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1B4 is #2F5E4B. Grayscale: #B1B1B1. Windows color (decimal): -3104332 or 11837904. OLE color: 11837904.
HSL color Cylindrical-coordinate representation of color #D0A1B4: hue angle of 335.74º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A1B4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 180 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.18 |
| HSL | 335.74º | 0.33% | 0.72% | - |
| HSV(B) | 335.74º | 0.23% | 0.82% | - |
| XYZ | 47 | 42.19 | 48.85 | - |
| YUV | 177.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 180 | 0 | 0.23 | 0.13 | 0.18 | 335.74 | 0.33 | 0.72 |
| Hex | D0 | A1 | B4 | 0 | 17 | D | 12 | 150 | 21 | 48 |
| Octal | 320 | 241 | 264 | 0 | 27 | 15 | 22 | 520 | 41 | 110 |
| Binary | 11010000 | 10100001 | 10110100 | 0 | 10111 | 1101 | 10010 | 101010000 | 100001 | 1001000 |
Color Harmonies of #D0A1B4
Complementary color
Monochromatic Colors of #D0A1B4
Black with #D0A1B4
Text Example
Text Example
White with #D0A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1B4; }
p { color: rgb(208,161,180); }
H1.HeaderClassName
{
color: #D0A1B4;
}
.AnyTagClassName
{
color: #D0A1B4;
}
</style>
background-color css
<style>
a { background-color: #D0A1B4; }
a { background-color: rgb(208,161,180); }
div.DivClassName
{
background-color: #D0A1B4;
}
.BgClassName
{
background-color: #D0A1B4;
}
</style>
border-color css
<style>
span { border-color: #D0A1B4; }
span { border-color: rgb(208,161,180); }
td.TdClassName
{
border-color: #D0A1B4;
}
.TagClassName
{
border-color: #D0A1B4;
}
</style>