Shades of French Lilac #EABBE4
Tints of French Lilac #EABBE4
RGB
CMYK
RGB Variations
Color information
#EABBE4 (or 0xEABBE4) is known color: French Lilac. HEX triplet: EA, BB and E4. RGB value is (234,187,228). Sum of RGB (Red+Green+Blue) = 234+187+228=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBE4 is #15441B. Grayscale: #CDCDCD. Windows color (decimal): -1393692 or 14990314. OLE color: 14990314.
HSL color Cylindrical-coordinate representation of color #EABBE4: hue angle of 307.66º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBE4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 228 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.08 |
| HSL | 307.66º | 0.53% | 0.83% | - |
| HSV(B) | 307.66º | 0.2% | 0.92% | - |
| XYZ | 65.71 | 58.63 | 81.25 | - |
| YUV | 205.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 228 | 0 | 0.20 | 0.03 | 0.08 | 307.66 | 0.53 | 0.83 |
| Hex | EA | BB | E4 | 0 | 14 | 3 | 8 | 134 | 35 | 53 |
| Octal | 352 | 273 | 344 | 0 | 24 | 3 | 10 | 464 | 65 | 123 |
| Binary | 11101010 | 10111011 | 11100100 | 0 | 10100 | 11 | 1000 | 100110100 | 110101 | 1010011 |
Color Harmonies of #EABBE4
Complementary color
Monochromatic Colors of #EABBE4
Black with #EABBE4
Text Example
Text Example
White with #EABBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBE4; }
p { color: rgb(234,187,228); }
H1.HeaderClassName
{
color: #EABBE4;
}
.AnyTagClassName
{
color: #EABBE4;
}
</style>
background-color css
<style>
a { background-color: #EABBE4; }
a { background-color: rgb(234,187,228); }
div.DivClassName
{
background-color: #EABBE4;
}
.BgClassName
{
background-color: #EABBE4;
}
</style>
border-color css
<style>
span { border-color: #EABBE4; }
span { border-color: rgb(234,187,228); }
td.TdClassName
{
border-color: #EABBE4;
}
.TagClassName
{
border-color: #EABBE4;
}
</style>