Shades of Lily #D1A4BB
Tints of Lily #D1A4BB
RGB
CMYK
RGB Variations
Color information
#D1A4BB (or 0xD1A4BB) is known color: Lily. HEX triplet: D1, A4 and BB. RGB value is (209,164,187). Sum of RGB (Red+Green+Blue) = 209+164+187=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4BB is #2E5B44. Grayscale: #B4B4B4. Windows color (decimal): -3038021 or 12297425. OLE color: 12297425.
HSL color Cylindrical-coordinate representation of color #D1A4BB: hue angle of 329.33º 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 #D1A4BB is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 187 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.18 |
| HSL | 329.33º | 0.33% | 0.73% | - |
| HSV(B) | 329.33º | 0.22% | 0.82% | - |
| XYZ | 48.54 | 43.69 | 52.89 | - |
| YUV | 180.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 187 | 0 | 0.22 | 0.11 | 0.18 | 329.33 | 0.33 | 0.73 |
| Hex | D1 | A4 | BB | 0 | 16 | B | 12 | 149 | 21 | 49 |
| Octal | 321 | 244 | 273 | 0 | 26 | 13 | 22 | 511 | 41 | 111 |
| Binary | 11010001 | 10100100 | 10111011 | 0 | 10110 | 1011 | 10010 | 101001001 | 100001 | 1001001 |
Color Harmonies of #D1A4BB
Complementary color
Monochromatic Colors of #D1A4BB
Black with #D1A4BB
Text Example
Text Example
White with #D1A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A4BB; }
p { color: rgb(209,164,187); }
H1.HeaderClassName
{
color: #D1A4BB;
}
.AnyTagClassName
{
color: #D1A4BB;
}
</style>
background-color css
<style>
a { background-color: #D1A4BB; }
a { background-color: rgb(209,164,187); }
div.DivClassName
{
background-color: #D1A4BB;
}
.BgClassName
{
background-color: #D1A4BB;
}
</style>
border-color css
<style>
span { border-color: #D1A4BB; }
span { border-color: rgb(209,164,187); }
td.TdClassName
{
border-color: #D1A4BB;
}
.TagClassName
{
border-color: #D1A4BB;
}
</style>