Shades of Lily #D3A4BA
Tints of Lily #D3A4BA
RGB
CMYK
RGB Variations
Color information
#D3A4BA (or 0xD3A4BA) is known color: Lily. HEX triplet: D3, A4 and BA. RGB value is (211,164,186). Sum of RGB (Red+Green+Blue) = 211+164+186=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4BA is #2C5B45. Grayscale: #B4B4B4. Windows color (decimal): -2906950 or 12231891. OLE color: 12231891.
HSL color Cylindrical-coordinate representation of color #D3A4BA: hue angle of 331.91º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A4BA is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 186 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.17 |
| HSL | 331.91º | 0.35% | 0.74% | - |
| HSV(B) | 331.91º | 0.22% | 0.83% | - |
| XYZ | 49 | 43.94 | 52.35 | - |
| YUV | 180.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 186 | 0 | 0.22 | 0.12 | 0.17 | 331.91 | 0.35 | 0.74 |
| Hex | D3 | A4 | BA | 0 | 16 | C | 11 | 14C | 23 | 4A |
| Octal | 323 | 244 | 272 | 0 | 26 | 14 | 21 | 514 | 43 | 112 |
| Binary | 11010011 | 10100100 | 10111010 | 0 | 10110 | 1100 | 10001 | 101001100 | 100011 | 1001010 |
Color Harmonies of #D3A4BA
Complementary color
Monochromatic Colors of #D3A4BA
Black with #D3A4BA
Text Example
Text Example
White with #D3A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A4BA; }
p { color: rgb(211,164,186); }
H1.HeaderClassName
{
color: #D3A4BA;
}
.AnyTagClassName
{
color: #D3A4BA;
}
</style>
background-color css
<style>
a { background-color: #D3A4BA; }
a { background-color: rgb(211,164,186); }
div.DivClassName
{
background-color: #D3A4BA;
}
.BgClassName
{
background-color: #D3A4BA;
}
</style>
border-color css
<style>
span { border-color: #D3A4BA; }
span { border-color: rgb(211,164,186); }
td.TdClassName
{
border-color: #D3A4BA;
}
.TagClassName
{
border-color: #D3A4BA;
}
</style>