Shades of French Lilac #EEB4EF
Tints of French Lilac #EEB4EF
RGB
CMYK
RGB Variations
Color information
#EEB4EF (or 0xEEB4EF) is known color: French Lilac. HEX triplet: EE, B4 and EF. RGB value is (238,180,239). Sum of RGB (Red+Green+Blue) = 238+180+239=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB4EF is #114B10. Grayscale: #CBCBCB. Windows color (decimal): -1133329 or 15709422. OLE color: 15709422.
HSL color Cylindrical-coordinate representation of color #EEB4EF: hue angle of 298.98º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB4EF is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 180 | 239 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.06 |
| HSL | 298.98º | 0.65% | 0.82% | - |
| HSV(B) | 298.98º | 0.25% | 0.94% | - |
| XYZ | 67.16 | 57.05 | 89.13 | - |
| YUV | 204.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 239 | 0.00 | 0.25 | 0 | 0.06 | 298.98 | 0.65 | 0.82 |
| Hex | EE | B4 | EF | 0 | 19 | 0 | 6 | 12B | 41 | 52 |
| Octal | 356 | 264 | 357 | 0 | 31 | 0 | 6 | 453 | 101 | 122 |
| Binary | 11101110 | 10110100 | 11101111 | 0 | 11001 | 0 | 110 | 100101011 | 1000001 | 1010010 |
Color Harmonies of #EEB4EF
Complementary color
Monochromatic Colors of #EEB4EF
Black with #EEB4EF
Text Example
Text Example
White with #EEB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4EF; }
p { color: rgb(238,180,239); }
H1.HeaderClassName
{
color: #EEB4EF;
}
.AnyTagClassName
{
color: #EEB4EF;
}
</style>
background-color css
<style>
a { background-color: #EEB4EF; }
a { background-color: rgb(238,180,239); }
div.DivClassName
{
background-color: #EEB4EF;
}
.BgClassName
{
background-color: #EEB4EF;
}
</style>
border-color css
<style>
span { border-color: #EEB4EF; }
span { border-color: rgb(238,180,239); }
td.TdClassName
{
border-color: #EEB4EF;
}
.TagClassName
{
border-color: #EEB4EF;
}
</style>