Shades of French Lilac #EEB2EF
Tints of French Lilac #EEB2EF
RGB
CMYK
RGB Variations
Color information
#EEB2EF (or 0xEEB2EF) is known color: French Lilac. HEX triplet: EE, B2 and EF. RGB value is (238,178,239). Sum of RGB (Red+Green+Blue) = 238+178+239=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB2EF is #114D10. Grayscale: #CACACA. Windows color (decimal): -1133841 or 15708910. OLE color: 15708910.
HSL color Cylindrical-coordinate representation of color #EEB2EF: hue angle of 299.02º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB2EF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 178 | 239 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.06 |
| HSL | 299.02º | 0.66% | 0.82% | - |
| HSV(B) | 299.02º | 0.26% | 0.94% | - |
| XYZ | 66.76 | 56.25 | 89 | - |
| YUV | 202.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 239 | 0.00 | 0.26 | 0 | 0.06 | 299.02 | 0.66 | 0.82 |
| Hex | EE | B2 | EF | 0 | 1A | 0 | 6 | 12B | 42 | 52 |
| Octal | 356 | 262 | 357 | 0 | 32 | 0 | 6 | 453 | 102 | 122 |
| Binary | 11101110 | 10110010 | 11101111 | 0 | 11010 | 0 | 110 | 100101011 | 1000010 | 1010010 |
Color Harmonies of #EEB2EF
Complementary color
Monochromatic Colors of #EEB2EF
Black with #EEB2EF
Text Example
Text Example
White with #EEB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2EF; }
p { color: rgb(238,178,239); }
H1.HeaderClassName
{
color: #EEB2EF;
}
.AnyTagClassName
{
color: #EEB2EF;
}
</style>
background-color css
<style>
a { background-color: #EEB2EF; }
a { background-color: rgb(238,178,239); }
div.DivClassName
{
background-color: #EEB2EF;
}
.BgClassName
{
background-color: #EEB2EF;
}
</style>
border-color css
<style>
span { border-color: #EEB2EF; }
span { border-color: rgb(238,178,239); }
td.TdClassName
{
border-color: #EEB2EF;
}
.TagClassName
{
border-color: #EEB2EF;
}
</style>