Shades of Lily #D1A0B4
Tints of Lily #D1A0B4
RGB
CMYK
RGB Variations
Color information
#D1A0B4 (or 0xD1A0B4) is known color: Lily. HEX triplet: D1, A0 and B4. RGB value is (209,160,180). Sum of RGB (Red+Green+Blue) = 209+160+180=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0B4 is #2E5F4B. Grayscale: #B0B0B0. Windows color (decimal): -3039052 or 11837649. OLE color: 11837649.
HSL color Cylindrical-coordinate representation of color #D1A0B4: hue angle of 335.51º degrees, saturation: 0.35, 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 #D1A0B4 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 180 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.18 |
| HSL | 335.51º | 0.35% | 0.72% | - |
| HSV(B) | 335.51º | 0.23% | 0.82% | - |
| XYZ | 47.1 | 41.99 | 48.8 | - |
| YUV | 176.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 180 | 0 | 0.23 | 0.14 | 0.18 | 335.51 | 0.35 | 0.72 |
| Hex | D1 | A0 | B4 | 0 | 17 | E | 12 | 150 | 23 | 48 |
| Octal | 321 | 240 | 264 | 0 | 27 | 16 | 22 | 520 | 43 | 110 |
| Binary | 11010001 | 10100000 | 10110100 | 0 | 10111 | 1110 | 10010 | 101010000 | 100011 | 1001000 |
Color Harmonies of #D1A0B4
Complementary color
Monochromatic Colors of #D1A0B4
Black with #D1A0B4
Text Example
Text Example
White with #D1A0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0B4; }
p { color: rgb(209,160,180); }
H1.HeaderClassName
{
color: #D1A0B4;
}
.AnyTagClassName
{
color: #D1A0B4;
}
</style>
background-color css
<style>
a { background-color: #D1A0B4; }
a { background-color: rgb(209,160,180); }
div.DivClassName
{
background-color: #D1A0B4;
}
.BgClassName
{
background-color: #D1A0B4;
}
</style>
border-color css
<style>
span { border-color: #D1A0B4; }
span { border-color: rgb(209,160,180); }
td.TdClassName
{
border-color: #D1A0B4;
}
.TagClassName
{
border-color: #D1A0B4;
}
</style>