Shades of Lily #D2A1BA
Tints of Lily #D2A1BA
RGB
CMYK
RGB Variations
Color information
#D2A1BA (or 0xD2A1BA) is known color: Lily. HEX triplet: D2, A1 and BA. RGB value is (210,161,186). Sum of RGB (Red+Green+Blue) = 210+161+186=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A1BA is #2D5E45. Grayscale: #B2B2B2. Windows color (decimal): -2973254 or 12231122. OLE color: 12231122.
HSL color Cylindrical-coordinate representation of color #D2A1BA: hue angle of 329.39º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1BA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 186 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.18 |
| HSL | 329.39º | 0.35% | 0.73% | - |
| HSV(B) | 329.39º | 0.23% | 0.82% | - |
| XYZ | 48.19 | 42.74 | 52.16 | - |
| YUV | 178.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 186 | 0 | 0.23 | 0.11 | 0.18 | 329.39 | 0.35 | 0.73 |
| Hex | D2 | A1 | BA | 0 | 17 | B | 12 | 149 | 23 | 49 |
| Octal | 322 | 241 | 272 | 0 | 27 | 13 | 22 | 511 | 43 | 111 |
| Binary | 11010010 | 10100001 | 10111010 | 0 | 10111 | 1011 | 10010 | 101001001 | 100011 | 1001001 |
Color Harmonies of #D2A1BA
Complementary color
Monochromatic Colors of #D2A1BA
Black with #D2A1BA
Text Example
Text Example
White with #D2A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A1BA; }
p { color: rgb(210,161,186); }
H1.HeaderClassName
{
color: #D2A1BA;
}
.AnyTagClassName
{
color: #D2A1BA;
}
</style>
background-color css
<style>
a { background-color: #D2A1BA; }
a { background-color: rgb(210,161,186); }
div.DivClassName
{
background-color: #D2A1BA;
}
.BgClassName
{
background-color: #D2A1BA;
}
</style>
border-color css
<style>
span { border-color: #D2A1BA; }
span { border-color: rgb(210,161,186); }
td.TdClassName
{
border-color: #D2A1BA;
}
.TagClassName
{
border-color: #D2A1BA;
}
</style>