Shades of Lily #D1A4B9
Tints of Lily #D1A4B9
RGB
CMYK
RGB Variations
Color information
#D1A4B9 (or 0xD1A4B9) is known color: Lily. HEX triplet: D1, A4 and B9. RGB value is (209,164,185). Sum of RGB (Red+Green+Blue) = 209+164+185=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4B9 is #2E5B46. Grayscale: #B3B3B3. Windows color (decimal): -3038023 or 12166353. OLE color: 12166353.
HSL color Cylindrical-coordinate representation of color #D1A4B9: hue angle of 332º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A4B9 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 185 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.18 |
| HSL | 332º | 0.33% | 0.73% | - |
| HSV(B) | 332º | 0.22% | 0.82% | - |
| XYZ | 48.33 | 43.61 | 51.77 | - |
| YUV | 179.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 185 | 0 | 0.22 | 0.11 | 0.18 | 332 | 0.33 | 0.73 |
| Hex | D1 | A4 | B9 | 0 | 16 | B | 12 | 14C | 21 | 49 |
| Octal | 321 | 244 | 271 | 0 | 26 | 13 | 22 | 514 | 41 | 111 |
| Binary | 11010001 | 10100100 | 10111001 | 0 | 10110 | 1011 | 10010 | 101001100 | 100001 | 1001001 |
Color Harmonies of #D1A4B9
Complementary color
Monochromatic Colors of #D1A4B9
Black with #D1A4B9
Text Example
Text Example
White with #D1A4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A4B9; }
p { color: rgb(209,164,185); }
H1.HeaderClassName
{
color: #D1A4B9;
}
.AnyTagClassName
{
color: #D1A4B9;
}
</style>
background-color css
<style>
a { background-color: #D1A4B9; }
a { background-color: rgb(209,164,185); }
div.DivClassName
{
background-color: #D1A4B9;
}
.BgClassName
{
background-color: #D1A4B9;
}
</style>
border-color css
<style>
span { border-color: #D1A4B9; }
span { border-color: rgb(209,164,185); }
td.TdClassName
{
border-color: #D1A4B9;
}
.TagClassName
{
border-color: #D1A4B9;
}
</style>