Shades of White Lilac #EEEAF2
Tints of White Lilac #EEEAF2
RGB
CMYK
RGB Variations
Color information
#EEEAF2 (or 0xEEEAF2) is known color: White Lilac. HEX triplet: EE, EA and F2. RGB value is (238,234,242). Sum of RGB (Red+Green+Blue) = 238+234+242=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF2 is #11150D. Grayscale: #ECECEC. Windows color (decimal): -1119502 or 15919854. OLE color: 15919854.
HSL color Cylindrical-coordinate representation of color #EEEAF2: hue angle of 270º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEEAF2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 234 | 242 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 270º | 0.24% | 0.93% | - |
HSV(B) | 270º | 0.03% | 0.95% | - |
XYZ | 80.71 | 83.43 | 95.85 | - |
YUV | 236.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 234 | 242 | 0.02 | 0.03 | 0 | 0.05 | 270 | 0.24 | 0.93 |
Hex | EE | EA | F2 | 2 | 3 | 0 | 5 | 10E | 18 | 5D |
Octal | 356 | 352 | 362 | 2 | 3 | 0 | 5 | 416 | 30 | 135 |
Binary | 11101110 | 11101010 | 11110010 | 10 | 11 | 0 | 101 | 100001110 | 11000 | 1011101 |
Color Harmonies of #EEEAF2
Complementary color
Monochromatic Colors of #EEEAF2
Black with #EEEAF2
Text Example
Text Example
White with #EEEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAF2; }
p { color: rgb(238,234,242); }
H1.HeaderClassName
{
color: #EEEAF2;
}
.AnyTagClassName
{
color: #EEEAF2;
}
</style>
background-color css
<style>
a { background-color: #EEEAF2; }
a { background-color: rgb(238,234,242); }
div.DivClassName
{
background-color: #EEEAF2;
}
.BgClassName
{
background-color: #EEEAF2;
}
</style>
border-color css
<style>
span { border-color: #EEEAF2; }
span { border-color: rgb(238,234,242); }
td.TdClassName
{
border-color: #EEEAF2;
}
.TagClassName
{
border-color: #EEEAF2;
}
</style>