Shades of Lily #D49CBA
Tints of Lily #D49CBA
RGB
CMYK
RGB Variations
Color information
#D49CBA (or 0xD49CBA) is known color: Lily. HEX triplet: D4, 9C and BA. RGB value is (212,156,186). Sum of RGB (Red+Green+Blue) = 212+156+186=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CBA is #2B6345. Grayscale: #B0B0B0. Windows color (decimal): -2843462 or 12229844. OLE color: 12229844.
HSL color Cylindrical-coordinate representation of color #D49CBA: hue angle of 327.86º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CBA is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 186 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.17 |
| HSL | 327.86º | 0.39% | 0.72% | - |
| HSV(B) | 327.86º | 0.26% | 0.83% | - |
| XYZ | 47.9 | 41.32 | 51.91 | - |
| YUV | 176.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 186 | 0 | 0.26 | 0.12 | 0.17 | 327.86 | 0.39 | 0.72 |
| Hex | D4 | 9C | BA | 0 | 1A | C | 11 | 148 | 27 | 48 |
| Octal | 324 | 234 | 272 | 0 | 32 | 14 | 21 | 510 | 47 | 110 |
| Binary | 11010100 | 10011100 | 10111010 | 0 | 11010 | 1100 | 10001 | 101001000 | 100111 | 1001000 |
Color Harmonies of #D49CBA
Complementary color
Monochromatic Colors of #D49CBA
Black with #D49CBA
Text Example
Text Example
White with #D49CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CBA; }
p { color: rgb(212,156,186); }
H1.HeaderClassName
{
color: #D49CBA;
}
.AnyTagClassName
{
color: #D49CBA;
}
</style>
background-color css
<style>
a { background-color: #D49CBA; }
a { background-color: rgb(212,156,186); }
div.DivClassName
{
background-color: #D49CBA;
}
.BgClassName
{
background-color: #D49CBA;
}
</style>
border-color css
<style>
span { border-color: #D49CBA; }
span { border-color: rgb(212,156,186); }
td.TdClassName
{
border-color: #D49CBA;
}
.TagClassName
{
border-color: #D49CBA;
}
</style>