Shades of Lily #D1A4BA
Tints of Lily #D1A4BA
RGB
CMYK
RGB Variations
Color information
#D1A4BA (or 0xD1A4BA) is known color: Lily. HEX triplet: D1, A4 and BA. RGB value is (209,164,186). Sum of RGB (Red+Green+Blue) = 209+164+186=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4BA is #2E5B45. Grayscale: #B3B3B3. Windows color (decimal): -3038022 or 12231889. OLE color: 12231889.
HSL color Cylindrical-coordinate representation of color #D1A4BA: hue angle of 330.67º 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 #D1A4BA is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 186 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.18 |
| HSL | 330.67º | 0.33% | 0.73% | - |
| HSV(B) | 330.67º | 0.22% | 0.82% | - |
| XYZ | 48.43 | 43.65 | 52.33 | - |
| YUV | 179.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 186 | 0 | 0.22 | 0.11 | 0.18 | 330.67 | 0.33 | 0.73 |
| Hex | D1 | A4 | BA | 0 | 16 | B | 12 | 14B | 21 | 49 |
| Octal | 321 | 244 | 272 | 0 | 26 | 13 | 22 | 513 | 41 | 111 |
| Binary | 11010001 | 10100100 | 10111010 | 0 | 10110 | 1011 | 10010 | 101001011 | 100001 | 1001001 |
Color Harmonies of #D1A4BA
Complementary color
Monochromatic Colors of #D1A4BA
Black with #D1A4BA
Text Example
Text Example
White with #D1A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A4BA; }
p { color: rgb(209,164,186); }
H1.HeaderClassName
{
color: #D1A4BA;
}
.AnyTagClassName
{
color: #D1A4BA;
}
</style>
background-color css
<style>
a { background-color: #D1A4BA; }
a { background-color: rgb(209,164,186); }
div.DivClassName
{
background-color: #D1A4BA;
}
.BgClassName
{
background-color: #D1A4BA;
}
</style>
border-color css
<style>
span { border-color: #D1A4BA; }
span { border-color: rgb(209,164,186); }
td.TdClassName
{
border-color: #D1A4BA;
}
.TagClassName
{
border-color: #D1A4BA;
}
</style>