Shades of Lily #D3A2BB
Tints of Lily #D3A2BB
RGB
CMYK
RGB Variations
Color information
#D3A2BB (or 0xD3A2BB) is known color: Lily. HEX triplet: D3, A2 and BB. RGB value is (211,162,187). Sum of RGB (Red+Green+Blue) = 211+162+187=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A2BB is #2C5D44. Grayscale: #B3B3B3. Windows color (decimal): -2907461 or 12296915. OLE color: 12296915.
HSL color Cylindrical-coordinate representation of color #D3A2BB: hue angle of 329.39º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A2BB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 187 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.17 |
| HSL | 329.39º | 0.36% | 0.73% | - |
| HSV(B) | 329.39º | 0.23% | 0.83% | - |
| XYZ | 48.75 | 43.28 | 52.8 | - |
| YUV | 179.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 187 | 0 | 0.23 | 0.11 | 0.17 | 329.39 | 0.36 | 0.73 |
| Hex | D3 | A2 | BB | 0 | 17 | B | 11 | 149 | 24 | 49 |
| Octal | 323 | 242 | 273 | 0 | 27 | 13 | 21 | 511 | 44 | 111 |
| Binary | 11010011 | 10100010 | 10111011 | 0 | 10111 | 1011 | 10001 | 101001001 | 100100 | 1001001 |
Color Harmonies of #D3A2BB
Complementary color
Monochromatic Colors of #D3A2BB
Black with #D3A2BB
Text Example
Text Example
White with #D3A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2BB; }
p { color: rgb(211,162,187); }
H1.HeaderClassName
{
color: #D3A2BB;
}
.AnyTagClassName
{
color: #D3A2BB;
}
</style>
background-color css
<style>
a { background-color: #D3A2BB; }
a { background-color: rgb(211,162,187); }
div.DivClassName
{
background-color: #D3A2BB;
}
.BgClassName
{
background-color: #D3A2BB;
}
</style>
border-color css
<style>
span { border-color: #D3A2BB; }
span { border-color: rgb(211,162,187); }
td.TdClassName
{
border-color: #D3A2BB;
}
.TagClassName
{
border-color: #D3A2BB;
}
</style>