Shades of Lily #D18EB2
Tints of Lily #D18EB2
RGB
CMYK
RGB Variations
Color information
#D18EB2 (or 0xD18EB2) is known color: Lily. HEX triplet: D1, 8E and B2. RGB value is (209,142,178). Sum of RGB (Red+Green+Blue) = 209+142+178=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18EB2 is #2E714D. Grayscale: #A6A6A6. Windows color (decimal): -3043662 or 11701969. OLE color: 11701969.
HSL color Cylindrical-coordinate representation of color #D18EB2: hue angle of 327.76º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18EB2 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 142 | 178 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.18 |
| HSL | 327.76º | 0.42% | 0.69% | - |
| HSV(B) | 327.76º | 0.32% | 0.82% | - |
| XYZ | 44 | 36.12 | 46.77 | - |
| YUV | 166.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 178 | 0 | 0.32 | 0.15 | 0.18 | 327.76 | 0.42 | 0.69 |
| Hex | D1 | 8E | B2 | 0 | 20 | F | 12 | 148 | 2A | 45 |
| Octal | 321 | 216 | 262 | 0 | 40 | 17 | 22 | 510 | 52 | 105 |
| Binary | 11010001 | 10001110 | 10110010 | 0 | 100000 | 1111 | 10010 | 101001000 | 101010 | 1000101 |
Color Harmonies of #D18EB2
Complementary color
Monochromatic Colors of #D18EB2
Black with #D18EB2
Text Example
Text Example
White with #D18EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18EB2; }
p { color: rgb(209,142,178); }
H1.HeaderClassName
{
color: #D18EB2;
}
.AnyTagClassName
{
color: #D18EB2;
}
</style>
background-color css
<style>
a { background-color: #D18EB2; }
a { background-color: rgb(209,142,178); }
div.DivClassName
{
background-color: #D18EB2;
}
.BgClassName
{
background-color: #D18EB2;
}
</style>
border-color css
<style>
span { border-color: #D18EB2; }
span { border-color: rgb(209,142,178); }
td.TdClassName
{
border-color: #D18EB2;
}
.TagClassName
{
border-color: #D18EB2;
}
</style>