Shades of Lily #D18EBA
Tints of Lily #D18EBA
RGB
CMYK
RGB Variations
Color information
#D18EBA (or 0xD18EBA) is known color: Lily. HEX triplet: D1, 8E and BA. RGB value is (209,142,186). Sum of RGB (Red+Green+Blue) = 209+142+186=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D18EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18EBA is #2E7145. Grayscale: #A6A6A6. Windows color (decimal): -3043654 or 12226257. OLE color: 12226257.
HSL color Cylindrical-coordinate representation of color #D18EBA: hue angle of 320.6º 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 #D18EBA is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 142 | 186 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.18 |
| HSL | 320.6º | 0.42% | 0.69% | - |
| HSV(B) | 320.6º | 0.32% | 0.82% | - |
| XYZ | 44.83 | 36.45 | 51.13 | - |
| YUV | 167.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 186 | 0 | 0.32 | 0.11 | 0.18 | 320.6 | 0.42 | 0.69 |
| Hex | D1 | 8E | BA | 0 | 20 | B | 12 | 141 | 2A | 45 |
| Octal | 321 | 216 | 272 | 0 | 40 | 13 | 22 | 501 | 52 | 105 |
| Binary | 11010001 | 10001110 | 10111010 | 0 | 100000 | 1011 | 10010 | 101000001 | 101010 | 1000101 |
Color Harmonies of #D18EBA
Complementary color
Monochromatic Colors of #D18EBA
Black with #D18EBA
Text Example
Text Example
White with #D18EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18EBA; }
p { color: rgb(209,142,186); }
H1.HeaderClassName
{
color: #D18EBA;
}
.AnyTagClassName
{
color: #D18EBA;
}
</style>
background-color css
<style>
a { background-color: #D18EBA; }
a { background-color: rgb(209,142,186); }
div.DivClassName
{
background-color: #D18EBA;
}
.BgClassName
{
background-color: #D18EBA;
}
</style>
border-color css
<style>
span { border-color: #D18EBA; }
span { border-color: rgb(209,142,186); }
td.TdClassName
{
border-color: #D18EBA;
}
.TagClassName
{
border-color: #D18EBA;
}
</style>