Shades of Lily #D08EBC
Tints of Lily #D08EBC
RGB
CMYK
RGB Variations
Color information
#D08EBC (or 0xD08EBC) is known color: Lily. HEX triplet: D0, 8E and BC. RGB value is (208,142,188). Sum of RGB (Red+Green+Blue) = 208+142+188=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EBC is #2F7143. Grayscale: #A6A6A6. Windows color (decimal): -3109188 or 12357328. OLE color: 12357328.
HSL color Cylindrical-coordinate representation of color #D08EBC: hue angle of 318.18º degrees, saturation: 0.41, 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 #D08EBC is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 188 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.18 |
| HSL | 318.18º | 0.41% | 0.69% | - |
| HSV(B) | 318.18º | 0.32% | 0.82% | - |
| XYZ | 44.76 | 36.39 | 52.24 | - |
| YUV | 166.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 188 | 0 | 0.32 | 0.10 | 0.18 | 318.18 | 0.41 | 0.69 |
| Hex | D0 | 8E | BC | 0 | 20 | A | 12 | 13E | 29 | 45 |
| Octal | 320 | 216 | 274 | 0 | 40 | 12 | 22 | 476 | 51 | 105 |
| Binary | 11010000 | 10001110 | 10111100 | 0 | 100000 | 1010 | 10010 | 100111110 | 101001 | 1000101 |
Color Harmonies of #D08EBC
Complementary color
Monochromatic Colors of #D08EBC
Black with #D08EBC
Text Example
Text Example
White with #D08EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EBC; }
p { color: rgb(208,142,188); }
H1.HeaderClassName
{
color: #D08EBC;
}
.AnyTagClassName
{
color: #D08EBC;
}
</style>
background-color css
<style>
a { background-color: #D08EBC; }
a { background-color: rgb(208,142,188); }
div.DivClassName
{
background-color: #D08EBC;
}
.BgClassName
{
background-color: #D08EBC;
}
</style>
border-color css
<style>
span { border-color: #D08EBC; }
span { border-color: rgb(208,142,188); }
td.TdClassName
{
border-color: #D08EBC;
}
.TagClassName
{
border-color: #D08EBC;
}
</style>