Shades of White Lilac #EAE0F2
Tints of White Lilac #EAE0F2
RGB
CMYK
RGB Variations
Color information
#EAE0F2 (or 0xEAE0F2) is known color: White Lilac. HEX triplet: EA, E0 and F2. RGB value is (234,224,242). Sum of RGB (Red+Green+Blue) = 234+224+242=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0F2 is #151F0D. Grayscale: #E4E4E4. Windows color (decimal): -1384206 or 15917290. OLE color: 15917290.
HSL color Cylindrical-coordinate representation of color #EAE0F2: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE0F2 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 224 | 242 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.05 |
| HSL | 273.33º | 0.41% | 0.91% | - |
| HSV(B) | 273.33º | 0.07% | 0.95% | - |
| XYZ | 76.61 | 77.21 | 94.87 | - |
| YUV | 229.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 242 | 0.03 | 0.07 | 0 | 0.05 | 273.33 | 0.41 | 0.91 |
| Hex | EA | E0 | F2 | 3 | 7 | 0 | 5 | 111 | 29 | 5B |
| Octal | 352 | 340 | 362 | 3 | 7 | 0 | 5 | 421 | 51 | 133 |
| Binary | 11101010 | 11100000 | 11110010 | 11 | 111 | 0 | 101 | 100010001 | 101001 | 1011011 |
Color Harmonies of #EAE0F2
Complementary color
Monochromatic Colors of #EAE0F2
Black with #EAE0F2
Text Example
Text Example
White with #EAE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0F2; }
p { color: rgb(234,224,242); }
H1.HeaderClassName
{
color: #EAE0F2;
}
.AnyTagClassName
{
color: #EAE0F2;
}
</style>
background-color css
<style>
a { background-color: #EAE0F2; }
a { background-color: rgb(234,224,242); }
div.DivClassName
{
background-color: #EAE0F2;
}
.BgClassName
{
background-color: #EAE0F2;
}
</style>
border-color css
<style>
span { border-color: #EAE0F2; }
span { border-color: rgb(234,224,242); }
td.TdClassName
{
border-color: #EAE0F2;
}
.TagClassName
{
border-color: #EAE0F2;
}
</style>