Shades of White Lilac #EEEAF0
Tints of White Lilac #EEEAF0
RGB
CMYK
RGB Variations
Color information
#EEEAF0 (or 0xEEEAF0) is known color: White Lilac. HEX triplet: EE, EA and F0. RGB value is (238,234,240). Sum of RGB (Red+Green+Blue) = 238+234+240=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF0 is #11150F. Grayscale: #EBEBEB. Windows color (decimal): -1119504 or 15788782. OLE color: 15788782.
HSL color Cylindrical-coordinate representation of color #EEEAF0: hue angle of 280º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEAF0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 234 | 240 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.06 |
| HSL | 280º | 0.17% | 0.93% | - |
| HSV(B) | 280º | 0.02% | 0.94% | - |
| XYZ | 80.41 | 83.31 | 94.28 | - |
| YUV | 235.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 240 | 0.01 | 0.02 | 0 | 0.06 | 280 | 0.17 | 0.93 |
| Hex | EE | EA | F0 | 1 | 2 | 0 | 6 | 118 | 11 | 5D |
| Octal | 356 | 352 | 360 | 1 | 2 | 0 | 6 | 430 | 21 | 135 |
| Binary | 11101110 | 11101010 | 11110000 | 1 | 10 | 0 | 110 | 100011000 | 10001 | 1011101 |
Color Harmonies of #EEEAF0
Complementary color
Monochromatic Colors of #EEEAF0
Black with #EEEAF0
Text Example
Text Example
White with #EEEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAF0; }
p { color: rgb(238,234,240); }
H1.HeaderClassName
{
color: #EEEAF0;
}
.AnyTagClassName
{
color: #EEEAF0;
}
</style>
background-color css
<style>
a { background-color: #EEEAF0; }
a { background-color: rgb(238,234,240); }
div.DivClassName
{
background-color: #EEEAF0;
}
.BgClassName
{
background-color: #EEEAF0;
}
</style>
border-color css
<style>
span { border-color: #EEEAF0; }
span { border-color: rgb(238,234,240); }
td.TdClassName
{
border-color: #EEEAF0;
}
.TagClassName
{
border-color: #EEEAF0;
}
</style>