Shades of Lily #D49EBD
Tints of Lily #D49EBD
RGB
CMYK
RGB Variations
Color information
#D49EBD (or 0xD49EBD) is known color: Lily. HEX triplet: D4, 9E and BD. RGB value is (212,158,189). Sum of RGB (Red+Green+Blue) = 212+158+189=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EBD is #2B6142. Grayscale: #B1B1B1. Windows color (decimal): -2842947 or 12426964. OLE color: 12426964.
HSL color Cylindrical-coordinate representation of color #D49EBD: hue angle of 325.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EBD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 189 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.17 |
| HSL | 325.56º | 0.39% | 0.73% | - |
| HSV(B) | 325.56º | 0.25% | 0.83% | - |
| XYZ | 48.56 | 42.12 | 53.72 | - |
| YUV | 177.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 189 | 0 | 0.25 | 0.11 | 0.17 | 325.56 | 0.39 | 0.73 |
| Hex | D4 | 9E | BD | 0 | 19 | B | 11 | 146 | 27 | 49 |
| Octal | 324 | 236 | 275 | 0 | 31 | 13 | 21 | 506 | 47 | 111 |
| Binary | 11010100 | 10011110 | 10111101 | 0 | 11001 | 1011 | 10001 | 101000110 | 100111 | 1001001 |
Color Harmonies of #D49EBD
Complementary color
Monochromatic Colors of #D49EBD
Black with #D49EBD
Text Example
Text Example
White with #D49EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EBD; }
p { color: rgb(212,158,189); }
H1.HeaderClassName
{
color: #D49EBD;
}
.AnyTagClassName
{
color: #D49EBD;
}
</style>
background-color css
<style>
a { background-color: #D49EBD; }
a { background-color: rgb(212,158,189); }
div.DivClassName
{
background-color: #D49EBD;
}
.BgClassName
{
background-color: #D49EBD;
}
</style>
border-color css
<style>
span { border-color: #D49EBD; }
span { border-color: rgb(212,158,189); }
td.TdClassName
{
border-color: #D49EBD;
}
.TagClassName
{
border-color: #D49EBD;
}
</style>