Shades of French Lilac #EEB0E8
Tints of French Lilac #EEB0E8
RGB
CMYK
RGB Variations
Color information
#EEB0E8 (or 0xEEB0E8) is known color: French Lilac. HEX triplet: EE, B0 and E8. RGB value is (238,176,232). Sum of RGB (Red+Green+Blue) = 238+176+232=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0E8 is #114F17. Grayscale: #C8C8C8. Windows color (decimal): -1134360 or 15249646. OLE color: 15249646.
HSL color Cylindrical-coordinate representation of color #EEB0E8: hue angle of 305.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0E8 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 232 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.07 |
| HSL | 305.81º | 0.65% | 0.81% | - |
| HSV(B) | 305.81º | 0.26% | 0.93% | - |
| XYZ | 65.35 | 55.05 | 83.53 | - |
| YUV | 200.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 232 | 0 | 0.26 | 0.03 | 0.07 | 305.81 | 0.65 | 0.81 |
| Hex | EE | B0 | E8 | 0 | 1A | 3 | 7 | 132 | 41 | 51 |
| Octal | 356 | 260 | 350 | 0 | 32 | 3 | 7 | 462 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11101000 | 0 | 11010 | 11 | 111 | 100110010 | 1000001 | 1010001 |
Color Harmonies of #EEB0E8
Complementary color
Monochromatic Colors of #EEB0E8
Black with #EEB0E8
Text Example
Text Example
White with #EEB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0E8; }
p { color: rgb(238,176,232); }
H1.HeaderClassName
{
color: #EEB0E8;
}
.AnyTagClassName
{
color: #EEB0E8;
}
</style>
background-color css
<style>
a { background-color: #EEB0E8; }
a { background-color: rgb(238,176,232); }
div.DivClassName
{
background-color: #EEB0E8;
}
.BgClassName
{
background-color: #EEB0E8;
}
</style>
border-color css
<style>
span { border-color: #EEB0E8; }
span { border-color: rgb(238,176,232); }
td.TdClassName
{
border-color: #EEB0E8;
}
.TagClassName
{
border-color: #EEB0E8;
}
</style>