Shades of French Lilac #E4B0D8
Tints of French Lilac #E4B0D8
RGB
CMYK
RGB Variations
Color information
#E4B0D8 (or 0xE4B0D8) is known color: French Lilac. HEX triplet: E4, B0 and D8. RGB value is (228,176,216). Sum of RGB (Red+Green+Blue) = 228+176+216=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4B0D8 is #1B4F27. Grayscale: #C3C3C3. Windows color (decimal): -1789736 or 14201060. OLE color: 14201060.
HSL color Cylindrical-coordinate representation of color #E4B0D8: hue angle of 313.85º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4B0D8 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 176 | 216 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.11 |
| HSL | 313.85º | 0.49% | 0.79% | - |
| HSV(B) | 313.85º | 0.23% | 0.89% | - |
| XYZ | 59.91 | 52.5 | 71.94 | - |
| YUV | 196.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 216 | 0 | 0.23 | 0.05 | 0.11 | 313.85 | 0.49 | 0.79 |
| Hex | E4 | B0 | D8 | 0 | 17 | 5 | B | 13A | 31 | 4F |
| Octal | 344 | 260 | 330 | 0 | 27 | 5 | 13 | 472 | 61 | 117 |
| Binary | 11100100 | 10110000 | 11011000 | 0 | 10111 | 101 | 1011 | 100111010 | 110001 | 1001111 |
Color Harmonies of #E4B0D8
Complementary color
Monochromatic Colors of #E4B0D8
Black with #E4B0D8
Text Example
Text Example
White with #E4B0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B0D8; }
p { color: rgb(228,176,216); }
H1.HeaderClassName
{
color: #E4B0D8;
}
.AnyTagClassName
{
color: #E4B0D8;
}
</style>
background-color css
<style>
a { background-color: #E4B0D8; }
a { background-color: rgb(228,176,216); }
div.DivClassName
{
background-color: #E4B0D8;
}
.BgClassName
{
background-color: #E4B0D8;
}
</style>
border-color css
<style>
span { border-color: #E4B0D8; }
span { border-color: rgb(228,176,216); }
td.TdClassName
{
border-color: #E4B0D8;
}
.TagClassName
{
border-color: #E4B0D8;
}
</style>