Shades of White Lilac #EADEF2
Tints of White Lilac #EADEF2
RGB
CMYK
RGB Variations
Color information
#EADEF2 (or 0xEADEF2) is known color: White Lilac. HEX triplet: EA, DE and F2. RGB value is (234,222,242). Sum of RGB (Red+Green+Blue) = 234+222+242=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF2 is #15210D. Grayscale: #E3E3E3. Windows color (decimal): -1384718 or 15916778. OLE color: 15916778.
HSL color Cylindrical-coordinate representation of color #EADEF2: hue angle of 276º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADEF2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 222 | 242 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.05 |
| HSL | 276º | 0.43% | 0.91% | - |
| HSV(B) | 276º | 0.08% | 0.95% | - |
| XYZ | 76.08 | 76.15 | 94.69 | - |
| YUV | 227.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 242 | 0.03 | 0.08 | 0 | 0.05 | 276 | 0.43 | 0.91 |
| Hex | EA | DE | F2 | 3 | 8 | 0 | 5 | 114 | 2B | 5B |
| Octal | 352 | 336 | 362 | 3 | 10 | 0 | 5 | 424 | 53 | 133 |
| Binary | 11101010 | 11011110 | 11110010 | 11 | 1000 | 0 | 101 | 100010100 | 101011 | 1011011 |
Color Harmonies of #EADEF2
Complementary color
Monochromatic Colors of #EADEF2
Black with #EADEF2
Text Example
Text Example
White with #EADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEF2; }
p { color: rgb(234,222,242); }
H1.HeaderClassName
{
color: #EADEF2;
}
.AnyTagClassName
{
color: #EADEF2;
}
</style>
background-color css
<style>
a { background-color: #EADEF2; }
a { background-color: rgb(234,222,242); }
div.DivClassName
{
background-color: #EADEF2;
}
.BgClassName
{
background-color: #EADEF2;
}
</style>
border-color css
<style>
span { border-color: #EADEF2; }
span { border-color: rgb(234,222,242); }
td.TdClassName
{
border-color: #EADEF2;
}
.TagClassName
{
border-color: #EADEF2;
}
</style>