Shades of Lily #D0A2BC
Tints of Lily #D0A2BC
RGB
CMYK
RGB Variations
Color information
#D0A2BC (or 0xD0A2BC) is known color: Lily. HEX triplet: D0, A2 and BC. RGB value is (208,162,188). Sum of RGB (Red+Green+Blue) = 208+162+188=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2BC is #2F5D43. Grayscale: #B2B2B2. Windows color (decimal): -3104068 or 12362448. OLE color: 12362448.
HSL color Cylindrical-coordinate representation of color #D0A2BC: hue angle of 326.09º 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 #D0A2BC is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 188 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.18 |
| HSL | 326.09º | 0.33% | 0.73% | - |
| HSV(B) | 326.09º | 0.22% | 0.82% | - |
| XYZ | 48.01 | 42.88 | 53.32 | - |
| YUV | 178.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 188 | 0 | 0.22 | 0.10 | 0.18 | 326.09 | 0.33 | 0.73 |
| Hex | D0 | A2 | BC | 0 | 16 | A | 12 | 146 | 21 | 49 |
| Octal | 320 | 242 | 274 | 0 | 26 | 12 | 22 | 506 | 41 | 111 |
| Binary | 11010000 | 10100010 | 10111100 | 0 | 10110 | 1010 | 10010 | 101000110 | 100001 | 1001001 |
Color Harmonies of #D0A2BC
Complementary color
Monochromatic Colors of #D0A2BC
Black with #D0A2BC
Text Example
Text Example
White with #D0A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2BC; }
p { color: rgb(208,162,188); }
H1.HeaderClassName
{
color: #D0A2BC;
}
.AnyTagClassName
{
color: #D0A2BC;
}
</style>
background-color css
<style>
a { background-color: #D0A2BC; }
a { background-color: rgb(208,162,188); }
div.DivClassName
{
background-color: #D0A2BC;
}
.BgClassName
{
background-color: #D0A2BC;
}
</style>
border-color css
<style>
span { border-color: #D0A2BC; }
span { border-color: rgb(208,162,188); }
td.TdClassName
{
border-color: #D0A2BC;
}
.TagClassName
{
border-color: #D0A2BC;
}
</style>