Shades of Lily #D38EBC
Tints of Lily #D38EBC
RGB
CMYK
RGB Variations
Color information
#D38EBC (or 0xD38EBC) is known color: Lily. HEX triplet: D3, 8E and BC. RGB value is (211,142,188). Sum of RGB (Red+Green+Blue) = 211+142+188=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EBC is #2C7143. Grayscale: #A7A7A7. Windows color (decimal): -2912580 or 12357331. OLE color: 12357331.
HSL color Cylindrical-coordinate representation of color #D38EBC: hue angle of 320º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38EBC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 188 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.17 |
| HSL | 320º | 0.44% | 0.69% | - |
| HSV(B) | 320º | 0.33% | 0.83% | - |
| XYZ | 45.61 | 36.83 | 52.28 | - |
| YUV | 167.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 188 | 0 | 0.33 | 0.11 | 0.17 | 320 | 0.44 | 0.69 |
| Hex | D3 | 8E | BC | 0 | 21 | B | 11 | 140 | 2C | 45 |
| Octal | 323 | 216 | 274 | 0 | 41 | 13 | 21 | 500 | 54 | 105 |
| Binary | 11010011 | 10001110 | 10111100 | 0 | 100001 | 1011 | 10001 | 101000000 | 101100 | 1000101 |
Color Harmonies of #D38EBC
Complementary color
Monochromatic Colors of #D38EBC
Black with #D38EBC
Text Example
Text Example
White with #D38EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EBC; }
p { color: rgb(211,142,188); }
H1.HeaderClassName
{
color: #D38EBC;
}
.AnyTagClassName
{
color: #D38EBC;
}
</style>
background-color css
<style>
a { background-color: #D38EBC; }
a { background-color: rgb(211,142,188); }
div.DivClassName
{
background-color: #D38EBC;
}
.BgClassName
{
background-color: #D38EBC;
}
</style>
border-color css
<style>
span { border-color: #D38EBC; }
span { border-color: rgb(211,142,188); }
td.TdClassName
{
border-color: #D38EBC;
}
.TagClassName
{
border-color: #D38EBC;
}
</style>