Shades of Lily #D38EBE
Tints of Lily #D38EBE
RGB
CMYK
RGB Variations
Color information
#D38EBE (or 0xD38EBE) is known color: Lily. HEX triplet: D3, 8E and BE. RGB value is (211,142,190). Sum of RGB (Red+Green+Blue) = 211+142+190=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EBE is #2C7141. Grayscale: #A7A7A7. Windows color (decimal): -2912578 or 12488403. OLE color: 12488403.
HSL color Cylindrical-coordinate representation of color #D38EBE: hue angle of 318.26º 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 #D38EBE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 190 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.17 |
| HSL | 318.26º | 0.44% | 0.69% | - |
| HSV(B) | 318.26º | 0.33% | 0.83% | - |
| XYZ | 45.83 | 36.91 | 53.42 | - |
| YUV | 168.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 190 | 0 | 0.33 | 0.10 | 0.17 | 318.26 | 0.44 | 0.69 |
| Hex | D3 | 8E | BE | 0 | 21 | A | 11 | 13E | 2C | 45 |
| Octal | 323 | 216 | 276 | 0 | 41 | 12 | 21 | 476 | 54 | 105 |
| Binary | 11010011 | 10001110 | 10111110 | 0 | 100001 | 1010 | 10001 | 100111110 | 101100 | 1000101 |
Color Harmonies of #D38EBE
Complementary color
Monochromatic Colors of #D38EBE
Black with #D38EBE
Text Example
Text Example
White with #D38EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EBE; }
p { color: rgb(211,142,190); }
H1.HeaderClassName
{
color: #D38EBE;
}
.AnyTagClassName
{
color: #D38EBE;
}
</style>
background-color css
<style>
a { background-color: #D38EBE; }
a { background-color: rgb(211,142,190); }
div.DivClassName
{
background-color: #D38EBE;
}
.BgClassName
{
background-color: #D38EBE;
}
</style>
border-color css
<style>
span { border-color: #D38EBE; }
span { border-color: rgb(211,142,190); }
td.TdClassName
{
border-color: #D38EBE;
}
.TagClassName
{
border-color: #D38EBE;
}
</style>