Shades of Lily #D49CBC
Tints of Lily #D49CBC
RGB
CMYK
RGB Variations
Color information
#D49CBC (or 0xD49CBC) is known color: Lily. HEX triplet: D4, 9C and BC. RGB value is (212,156,188). Sum of RGB (Red+Green+Blue) = 212+156+188=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CBC is #2B6343. Grayscale: #B0B0B0. Windows color (decimal): -2843460 or 12360916. OLE color: 12360916.
HSL color Cylindrical-coordinate representation of color #D49CBC: hue angle of 325.71º 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 #D49CBC is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 188 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.17 |
| HSL | 325.71º | 0.39% | 0.72% | - |
| HSV(B) | 325.71º | 0.26% | 0.83% | - |
| XYZ | 48.12 | 41.4 | 53.03 | - |
| YUV | 176.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 188 | 0 | 0.26 | 0.11 | 0.17 | 325.71 | 0.39 | 0.72 |
| Hex | D4 | 9C | BC | 0 | 1A | B | 11 | 146 | 27 | 48 |
| Octal | 324 | 234 | 274 | 0 | 32 | 13 | 21 | 506 | 47 | 110 |
| Binary | 11010100 | 10011100 | 10111100 | 0 | 11010 | 1011 | 10001 | 101000110 | 100111 | 1001000 |
Color Harmonies of #D49CBC
Complementary color
Monochromatic Colors of #D49CBC
Black with #D49CBC
Text Example
Text Example
White with #D49CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CBC; }
p { color: rgb(212,156,188); }
H1.HeaderClassName
{
color: #D49CBC;
}
.AnyTagClassName
{
color: #D49CBC;
}
</style>
background-color css
<style>
a { background-color: #D49CBC; }
a { background-color: rgb(212,156,188); }
div.DivClassName
{
background-color: #D49CBC;
}
.BgClassName
{
background-color: #D49CBC;
}
</style>
border-color css
<style>
span { border-color: #D49CBC; }
span { border-color: rgb(212,156,188); }
td.TdClassName
{
border-color: #D49CBC;
}
.TagClassName
{
border-color: #D49CBC;
}
</style>