Shades of French Lilac #E4B1DC
Tints of French Lilac #E4B1DC
RGB
CMYK
RGB Variations
Color information
#E4B1DC (or 0xE4B1DC) is known color: French Lilac. HEX triplet: E4, B1 and DC. RGB value is (228,177,220). Sum of RGB (Red+Green+Blue) = 228+177+220=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4B1DC is #1B4E23. Grayscale: #C5C5C5. Windows color (decimal): -1789476 or 14463460. OLE color: 14463460.
HSL color Cylindrical-coordinate representation of color #E4B1DC: hue angle of 309.41º 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 #E4B1DC is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 220 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.11 |
| HSL | 309.41º | 0.49% | 0.79% | - |
| HSV(B) | 309.41º | 0.22% | 0.89% | - |
| XYZ | 60.64 | 53.11 | 74.76 | - |
| YUV | 197.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 220 | 0 | 0.22 | 0.04 | 0.11 | 309.41 | 0.49 | 0.79 |
| Hex | E4 | B1 | DC | 0 | 16 | 4 | B | 135 | 31 | 4F |
| Octal | 344 | 261 | 334 | 0 | 26 | 4 | 13 | 465 | 61 | 117 |
| Binary | 11100100 | 10110001 | 11011100 | 0 | 10110 | 100 | 1011 | 100110101 | 110001 | 1001111 |
Color Harmonies of #E4B1DC
Complementary color
Monochromatic Colors of #E4B1DC
Black with #E4B1DC
Text Example
Text Example
White with #E4B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B1DC; }
p { color: rgb(228,177,220); }
H1.HeaderClassName
{
color: #E4B1DC;
}
.AnyTagClassName
{
color: #E4B1DC;
}
</style>
background-color css
<style>
a { background-color: #E4B1DC; }
a { background-color: rgb(228,177,220); }
div.DivClassName
{
background-color: #E4B1DC;
}
.BgClassName
{
background-color: #E4B1DC;
}
</style>
border-color css
<style>
span { border-color: #E4B1DC; }
span { border-color: rgb(228,177,220); }
td.TdClassName
{
border-color: #E4B1DC;
}
.TagClassName
{
border-color: #E4B1DC;
}
</style>