Shades of Lily #D49ABF
Tints of Lily #D49ABF
RGB
CMYK
RGB Variations
Color information
#D49ABF (or 0xD49ABF) is known color: Lily. HEX triplet: D4, 9A and BF. RGB value is (212,154,191). Sum of RGB (Red+Green+Blue) = 212+154+191=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ABF is #2B6540. Grayscale: #AFAFAF. Windows color (decimal): -2843969 or 12557012. OLE color: 12557012.
HSL color Cylindrical-coordinate representation of color #D49ABF: hue angle of 321.72º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49ABF is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 191 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.17 |
| HSL | 321.72º | 0.4% | 0.72% | - |
| HSV(B) | 321.72º | 0.27% | 0.83% | - |
| XYZ | 48.11 | 40.87 | 54.64 | - |
| YUV | 175.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 191 | 0 | 0.27 | 0.10 | 0.17 | 321.72 | 0.4 | 0.72 |
| Hex | D4 | 9A | BF | 0 | 1B | A | 11 | 142 | 28 | 48 |
| Octal | 324 | 232 | 277 | 0 | 33 | 12 | 21 | 502 | 50 | 110 |
| Binary | 11010100 | 10011010 | 10111111 | 0 | 11011 | 1010 | 10001 | 101000010 | 101000 | 1001000 |
Color Harmonies of #D49ABF
Complementary color
Monochromatic Colors of #D49ABF
Black with #D49ABF
Text Example
Text Example
White with #D49ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ABF; }
p { color: rgb(212,154,191); }
H1.HeaderClassName
{
color: #D49ABF;
}
.AnyTagClassName
{
color: #D49ABF;
}
</style>
background-color css
<style>
a { background-color: #D49ABF; }
a { background-color: rgb(212,154,191); }
div.DivClassName
{
background-color: #D49ABF;
}
.BgClassName
{
background-color: #D49ABF;
}
</style>
border-color css
<style>
span { border-color: #D49ABF; }
span { border-color: rgb(212,154,191); }
td.TdClassName
{
border-color: #D49ABF;
}
.TagClassName
{
border-color: #D49ABF;
}
</style>