Shades of White Lilac #EADEF0
Tints of White Lilac #EADEF0
RGB
CMYK
RGB Variations
Color information
#EADEF0 (or 0xEADEF0) is known color: White Lilac. HEX triplet: EA, DE and F0. RGB value is (234,222,240). Sum of RGB (Red+Green+Blue) = 234+222+240=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF0 is #15210F. Grayscale: #E3E3E3. Windows color (decimal): -1384720 or 15785706. OLE color: 15785706.
HSL color Cylindrical-coordinate representation of color #EADEF0: hue angle of 280º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADEF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 222 | 240 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.06 |
| HSL | 280º | 0.38% | 0.91% | - |
| HSV(B) | 280º | 0.07% | 0.94% | - |
| XYZ | 75.78 | 76.03 | 93.12 | - |
| YUV | 227.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 240 | 0.02 | 0.08 | 0 | 0.06 | 280 | 0.38 | 0.91 |
| Hex | EA | DE | F0 | 2 | 8 | 0 | 6 | 118 | 26 | 5B |
| Octal | 352 | 336 | 360 | 2 | 10 | 0 | 6 | 430 | 46 | 133 |
| Binary | 11101010 | 11011110 | 11110000 | 10 | 1000 | 0 | 110 | 100011000 | 100110 | 1011011 |
Color Harmonies of #EADEF0
Complementary color
Monochromatic Colors of #EADEF0
Black with #EADEF0
Text Example
Text Example
White with #EADEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEF0; }
p { color: rgb(234,222,240); }
H1.HeaderClassName
{
color: #EADEF0;
}
.AnyTagClassName
{
color: #EADEF0;
}
</style>
background-color css
<style>
a { background-color: #EADEF0; }
a { background-color: rgb(234,222,240); }
div.DivClassName
{
background-color: #EADEF0;
}
.BgClassName
{
background-color: #EADEF0;
}
</style>
border-color css
<style>
span { border-color: #EADEF0; }
span { border-color: rgb(234,222,240); }
td.TdClassName
{
border-color: #EADEF0;
}
.TagClassName
{
border-color: #EADEF0;
}
</style>