Shades of Lily #D49CBD
Tints of Lily #D49CBD
RGB
CMYK
RGB Variations
Color information
#D49CBD (or 0xD49CBD) is known color: Lily. HEX triplet: D4, 9C and BD. RGB value is (212,156,189). Sum of RGB (Red+Green+Blue) = 212+156+189=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CBD is #2B6342. Grayscale: #B0B0B0. Windows color (decimal): -2843459 or 12426452. OLE color: 12426452.
HSL color Cylindrical-coordinate representation of color #D49CBD: hue angle of 324.64º 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 #D49CBD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 189 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.17 |
| HSL | 324.64º | 0.39% | 0.72% | - |
| HSV(B) | 324.64º | 0.26% | 0.83% | - |
| XYZ | 48.23 | 41.45 | 53.6 | - |
| YUV | 176.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 189 | 0 | 0.26 | 0.11 | 0.17 | 324.64 | 0.39 | 0.72 |
| Hex | D4 | 9C | BD | 0 | 1A | B | 11 | 145 | 27 | 48 |
| Octal | 324 | 234 | 275 | 0 | 32 | 13 | 21 | 505 | 47 | 110 |
| Binary | 11010100 | 10011100 | 10111101 | 0 | 11010 | 1011 | 10001 | 101000101 | 100111 | 1001000 |
Color Harmonies of #D49CBD
Complementary color
Monochromatic Colors of #D49CBD
Black with #D49CBD
Text Example
Text Example
White with #D49CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CBD; }
p { color: rgb(212,156,189); }
H1.HeaderClassName
{
color: #D49CBD;
}
.AnyTagClassName
{
color: #D49CBD;
}
</style>
background-color css
<style>
a { background-color: #D49CBD; }
a { background-color: rgb(212,156,189); }
div.DivClassName
{
background-color: #D49CBD;
}
.BgClassName
{
background-color: #D49CBD;
}
</style>
border-color css
<style>
span { border-color: #D49CBD; }
span { border-color: rgb(212,156,189); }
td.TdClassName
{
border-color: #D49CBD;
}
.TagClassName
{
border-color: #D49CBD;
}
</style>