Shades of White Lilac #EEE2FA
Tints of White Lilac #EEE2FA
RGB
CMYK
RGB Variations
Color information
#EEE2FA (or 0xEEE2FA) is known color: White Lilac. HEX triplet: EE, E2 and FA. RGB value is (238,226,250). Sum of RGB (Red+Green+Blue) = 238+226+250=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2FA is #111D05. Grayscale: #E8E8E8. Windows color (decimal): -1121542 or 16442094. OLE color: 16442094.
HSL color Cylindrical-coordinate representation of color #EEE2FA: hue angle of 270º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE2FA is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 226 | 250 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.02 |
| HSL | 270º | 0.71% | 0.93% | - |
| HSV(B) | 270º | 0.1% | 0.98% | - |
| XYZ | 79.71 | 79.47 | 101.58 | - |
| YUV | 232.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 250 | 0.05 | 0.10 | 0 | 0.02 | 270 | 0.71 | 0.93 |
| Hex | EE | E2 | FA | 5 | A | 0 | 2 | 10E | 47 | 5D |
| Octal | 356 | 342 | 372 | 5 | 12 | 0 | 2 | 416 | 107 | 135 |
| Binary | 11101110 | 11100010 | 11111010 | 101 | 1010 | 0 | 10 | 100001110 | 1000111 | 1011101 |
Color Harmonies of #EEE2FA
Complementary color
Monochromatic Colors of #EEE2FA
Black with #EEE2FA
Text Example
Text Example
White with #EEE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2FA; }
p { color: rgb(238,226,250); }
H1.HeaderClassName
{
color: #EEE2FA;
}
.AnyTagClassName
{
color: #EEE2FA;
}
</style>
background-color css
<style>
a { background-color: #EEE2FA; }
a { background-color: rgb(238,226,250); }
div.DivClassName
{
background-color: #EEE2FA;
}
.BgClassName
{
background-color: #EEE2FA;
}
</style>
border-color css
<style>
span { border-color: #EEE2FA; }
span { border-color: rgb(238,226,250); }
td.TdClassName
{
border-color: #EEE2FA;
}
.TagClassName
{
border-color: #EEE2FA;
}
</style>