Shades of Lily #D2A0BE
Tints of Lily #D2A0BE
RGB
CMYK
RGB Variations
Color information
#D2A0BE (or 0xD2A0BE) is known color: Lily. HEX triplet: D2, A0 and BE. RGB value is (210,160,190). Sum of RGB (Red+Green+Blue) = 210+160+190=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0BE is #2D5F41. Grayscale: #B2B2B2. Windows color (decimal): -2973506 or 12493010. OLE color: 12493010.
HSL color Cylindrical-coordinate representation of color #D2A0BE: hue angle of 324º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A0BE is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 190 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.18 |
| HSL | 324º | 0.36% | 0.73% | - |
| HSV(B) | 324º | 0.24% | 0.82% | - |
| XYZ | 48.44 | 42.56 | 54.38 | - |
| YUV | 178.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 190 | 0 | 0.24 | 0.10 | 0.18 | 324 | 0.36 | 0.73 |
| Hex | D2 | A0 | BE | 0 | 18 | A | 12 | 144 | 24 | 49 |
| Octal | 322 | 240 | 276 | 0 | 30 | 12 | 22 | 504 | 44 | 111 |
| Binary | 11010010 | 10100000 | 10111110 | 0 | 11000 | 1010 | 10010 | 101000100 | 100100 | 1001001 |
Color Harmonies of #D2A0BE
Complementary color
Monochromatic Colors of #D2A0BE
Black with #D2A0BE
Text Example
Text Example
White with #D2A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0BE; }
p { color: rgb(210,160,190); }
H1.HeaderClassName
{
color: #D2A0BE;
}
.AnyTagClassName
{
color: #D2A0BE;
}
</style>
background-color css
<style>
a { background-color: #D2A0BE; }
a { background-color: rgb(210,160,190); }
div.DivClassName
{
background-color: #D2A0BE;
}
.BgClassName
{
background-color: #D2A0BE;
}
</style>
border-color css
<style>
span { border-color: #D2A0BE; }
span { border-color: rgb(210,160,190); }
td.TdClassName
{
border-color: #D2A0BE;
}
.TagClassName
{
border-color: #D2A0BE;
}
</style>