Shades of White Lilac #EADEF4
Tints of White Lilac #EADEF4
RGB
CMYK
RGB Variations
Color information
#EADEF4 (or 0xEADEF4) is known color: White Lilac. HEX triplet: EA, DE and F4. RGB value is (234,222,244). Sum of RGB (Red+Green+Blue) = 234+222+244=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #EADEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF4 is #15210B. Grayscale: #E4E4E4. Windows color (decimal): -1384716 or 16047850. OLE color: 16047850.
HSL color Cylindrical-coordinate representation of color #EADEF4: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADEF4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 222 | 244 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.04 |
| HSL | 272.73º | 0.5% | 0.91% | - |
| HSV(B) | 272.73º | 0.09% | 0.96% | - |
| XYZ | 76.38 | 76.27 | 96.28 | - |
| YUV | 228.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 244 | 0.04 | 0.09 | 0 | 0.04 | 272.73 | 0.5 | 0.91 |
| Hex | EA | DE | F4 | 4 | 9 | 0 | 4 | 111 | 32 | 5B |
| Octal | 352 | 336 | 364 | 4 | 11 | 0 | 4 | 421 | 62 | 133 |
| Binary | 11101010 | 11011110 | 11110100 | 100 | 1001 | 0 | 100 | 100010001 | 110010 | 1011011 |
Color Harmonies of #EADEF4
Complementary color
Monochromatic Colors of #EADEF4
Black with #EADEF4
Text Example
Text Example
White with #EADEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEF4; }
p { color: rgb(234,222,244); }
H1.HeaderClassName
{
color: #EADEF4;
}
.AnyTagClassName
{
color: #EADEF4;
}
</style>
background-color css
<style>
a { background-color: #EADEF4; }
a { background-color: rgb(234,222,244); }
div.DivClassName
{
background-color: #EADEF4;
}
.BgClassName
{
background-color: #EADEF4;
}
</style>
border-color css
<style>
span { border-color: #EADEF4; }
span { border-color: rgb(234,222,244); }
td.TdClassName
{
border-color: #EADEF4;
}
.TagClassName
{
border-color: #EADEF4;
}
</style>