Shades of French Lilac #EEB0E6
Tints of French Lilac #EEB0E6
RGB
CMYK
RGB Variations
Color information
#EEB0E6 (or 0xEEB0E6) is known color: French Lilac. HEX triplet: EE, B0 and E6. RGB value is (238,176,230). Sum of RGB (Red+Green+Blue) = 238+176+230=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0E6 is #114F19. Grayscale: #C8C8C8. Windows color (decimal): -1134362 or 15118574. OLE color: 15118574.
HSL color Cylindrical-coordinate representation of color #EEB0E6: hue angle of 307.74º 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 #EEB0E6 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 230 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.07 |
| HSL | 307.74º | 0.65% | 0.81% | - |
| HSV(B) | 307.74º | 0.26% | 0.93% | - |
| XYZ | 65.07 | 54.94 | 82.04 | - |
| YUV | 200.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 230 | 0 | 0.26 | 0.03 | 0.07 | 307.74 | 0.65 | 0.81 |
| Hex | EE | B0 | E6 | 0 | 1A | 3 | 7 | 134 | 41 | 51 |
| Octal | 356 | 260 | 346 | 0 | 32 | 3 | 7 | 464 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11100110 | 0 | 11010 | 11 | 111 | 100110100 | 1000001 | 1010001 |
Color Harmonies of #EEB0E6
Complementary color
Monochromatic Colors of #EEB0E6
Black with #EEB0E6
Text Example
Text Example
White with #EEB0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0E6; }
p { color: rgb(238,176,230); }
H1.HeaderClassName
{
color: #EEB0E6;
}
.AnyTagClassName
{
color: #EEB0E6;
}
</style>
background-color css
<style>
a { background-color: #EEB0E6; }
a { background-color: rgb(238,176,230); }
div.DivClassName
{
background-color: #EEB0E6;
}
.BgClassName
{
background-color: #EEB0E6;
}
</style>
border-color css
<style>
span { border-color: #EEB0E6; }
span { border-color: rgb(238,176,230); }
td.TdClassName
{
border-color: #EEB0E6;
}
.TagClassName
{
border-color: #EEB0E6;
}
</style>