Shades of French Lilac #E4B1D5
Tints of French Lilac #E4B1D5
RGB
CMYK
RGB Variations
Color information
#E4B1D5 (or 0xE4B1D5) is known color: French Lilac. HEX triplet: E4, B1 and D5. RGB value is (228,177,213). Sum of RGB (Red+Green+Blue) = 228+177+213=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4B1D5 is #1B4E2A. Grayscale: #C4C4C4. Windows color (decimal): -1789483 or 14004708. OLE color: 14004708.
HSL color Cylindrical-coordinate representation of color #E4B1D5: hue angle of 317.65º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4B1D5 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 213 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.11 |
| HSL | 317.65º | 0.49% | 0.79% | - |
| HSV(B) | 317.65º | 0.22% | 0.89% | - |
| XYZ | 59.73 | 52.74 | 69.98 | - |
| YUV | 196.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 213 | 0 | 0.22 | 0.07 | 0.11 | 317.65 | 0.49 | 0.79 |
| Hex | E4 | B1 | D5 | 0 | 16 | 7 | B | 13E | 31 | 4F |
| Octal | 344 | 261 | 325 | 0 | 26 | 7 | 13 | 476 | 61 | 117 |
| Binary | 11100100 | 10110001 | 11010101 | 0 | 10110 | 111 | 1011 | 100111110 | 110001 | 1001111 |
Color Harmonies of #E4B1D5
Complementary color
Monochromatic Colors of #E4B1D5
Black with #E4B1D5
Text Example
Text Example
White with #E4B1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B1D5; }
p { color: rgb(228,177,213); }
H1.HeaderClassName
{
color: #E4B1D5;
}
.AnyTagClassName
{
color: #E4B1D5;
}
</style>
background-color css
<style>
a { background-color: #E4B1D5; }
a { background-color: rgb(228,177,213); }
div.DivClassName
{
background-color: #E4B1D5;
}
.BgClassName
{
background-color: #E4B1D5;
}
</style>
border-color css
<style>
span { border-color: #E4B1D5; }
span { border-color: rgb(228,177,213); }
td.TdClassName
{
border-color: #E4B1D5;
}
.TagClassName
{
border-color: #E4B1D5;
}
</style>