Shades of Lily #D1A2BA
Tints of Lily #D1A2BA
RGB
CMYK
RGB Variations
Color information
#D1A2BA (or 0xD1A2BA) is known color: Lily. HEX triplet: D1, A2 and BA. RGB value is (209,162,186). Sum of RGB (Red+Green+Blue) = 209+162+186=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2BA is #2E5D45. Grayscale: #B2B2B2. Windows color (decimal): -3038534 or 12231377. OLE color: 12231377.
HSL color Cylindrical-coordinate representation of color #D1A2BA: hue angle of 329.36º degrees, saturation: 0.34, 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 #D1A2BA is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 186 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.18 |
| HSL | 329.36º | 0.34% | 0.73% | - |
| HSV(B) | 329.36º | 0.22% | 0.82% | - |
| XYZ | 48.08 | 42.94 | 52.21 | - |
| YUV | 178.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 186 | 0 | 0.22 | 0.11 | 0.18 | 329.36 | 0.34 | 0.73 |
| Hex | D1 | A2 | BA | 0 | 16 | B | 12 | 149 | 22 | 49 |
| Octal | 321 | 242 | 272 | 0 | 26 | 13 | 22 | 511 | 42 | 111 |
| Binary | 11010001 | 10100010 | 10111010 | 0 | 10110 | 1011 | 10010 | 101001001 | 100010 | 1001001 |
Color Harmonies of #D1A2BA
Complementary color
Monochromatic Colors of #D1A2BA
Black with #D1A2BA
Text Example
Text Example
White with #D1A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A2BA; }
p { color: rgb(209,162,186); }
H1.HeaderClassName
{
color: #D1A2BA;
}
.AnyTagClassName
{
color: #D1A2BA;
}
</style>
background-color css
<style>
a { background-color: #D1A2BA; }
a { background-color: rgb(209,162,186); }
div.DivClassName
{
background-color: #D1A2BA;
}
.BgClassName
{
background-color: #D1A2BA;
}
</style>
border-color css
<style>
span { border-color: #D1A2BA; }
span { border-color: rgb(209,162,186); }
td.TdClassName
{
border-color: #D1A2BA;
}
.TagClassName
{
border-color: #D1A2BA;
}
</style>