Shades of Lily #D19ABC
Tints of Lily #D19ABC
RGB
CMYK
RGB Variations
Color information
#D19ABC (or 0xD19ABC) is known color: Lily. HEX triplet: D1, 9A and BC. RGB value is (209,154,188). Sum of RGB (Red+Green+Blue) = 209+154+188=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D19ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ABC is #2E6543. Grayscale: #AEAEAE. Windows color (decimal): -3040580 or 12360401. OLE color: 12360401.
HSL color Cylindrical-coordinate representation of color #D19ABC: hue angle of 322.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19ABC is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 188 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.18 |
| HSL | 322.91º | 0.37% | 0.71% | - |
| HSV(B) | 322.91º | 0.26% | 0.82% | - |
| XYZ | 46.93 | 40.3 | 52.88 | - |
| YUV | 174.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 188 | 0 | 0.26 | 0.10 | 0.18 | 322.91 | 0.37 | 0.71 |
| Hex | D1 | 9A | BC | 0 | 1A | A | 12 | 143 | 25 | 47 |
| Octal | 321 | 232 | 274 | 0 | 32 | 12 | 22 | 503 | 45 | 107 |
| Binary | 11010001 | 10011010 | 10111100 | 0 | 11010 | 1010 | 10010 | 101000011 | 100101 | 1000111 |
Color Harmonies of #D19ABC
Complementary color
Monochromatic Colors of #D19ABC
Black with #D19ABC
Text Example
Text Example
White with #D19ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19ABC; }
p { color: rgb(209,154,188); }
H1.HeaderClassName
{
color: #D19ABC;
}
.AnyTagClassName
{
color: #D19ABC;
}
</style>
background-color css
<style>
a { background-color: #D19ABC; }
a { background-color: rgb(209,154,188); }
div.DivClassName
{
background-color: #D19ABC;
}
.BgClassName
{
background-color: #D19ABC;
}
</style>
border-color css
<style>
span { border-color: #D19ABC; }
span { border-color: rgb(209,154,188); }
td.TdClassName
{
border-color: #D19ABC;
}
.TagClassName
{
border-color: #D19ABC;
}
</style>