Shades of White Lilac #EADDEF
Tints of White Lilac #EADDEF
RGB
CMYK
RGB Variations
Color information
#EADDEF (or 0xEADDEF) is known color: White Lilac. HEX triplet: EA, DD and EF. RGB value is (234,221,239). Sum of RGB (Red+Green+Blue) = 234+221+239=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #EADDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDEF is #152210. Grayscale: #E2E2E2. Windows color (decimal): -1384977 or 15719914. OLE color: 15719914.
HSL color Cylindrical-coordinate representation of color #EADDEF: hue angle of 283.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADDEF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 221 | 239 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.06 |
| HSL | 283.33º | 0.36% | 0.9% | - |
| HSV(B) | 283.33º | 0.08% | 0.94% | - |
| XYZ | 75.37 | 75.44 | 92.25 | - |
| YUV | 226.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 239 | 0.02 | 0.08 | 0 | 0.06 | 283.33 | 0.36 | 0.9 |
| Hex | EA | DD | EF | 2 | 8 | 0 | 6 | 11B | 24 | 5A |
| Octal | 352 | 335 | 357 | 2 | 10 | 0 | 6 | 433 | 44 | 132 |
| Binary | 11101010 | 11011101 | 11101111 | 10 | 1000 | 0 | 110 | 100011011 | 100100 | 1011010 |
Color Harmonies of #EADDEF
Complementary color
Monochromatic Colors of #EADDEF
Black with #EADDEF
Text Example
Text Example
White with #EADDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDEF; }
p { color: rgb(234,221,239); }
H1.HeaderClassName
{
color: #EADDEF;
}
.AnyTagClassName
{
color: #EADDEF;
}
</style>
background-color css
<style>
a { background-color: #EADDEF; }
a { background-color: rgb(234,221,239); }
div.DivClassName
{
background-color: #EADDEF;
}
.BgClassName
{
background-color: #EADDEF;
}
</style>
border-color css
<style>
span { border-color: #EADDEF; }
span { border-color: rgb(234,221,239); }
td.TdClassName
{
border-color: #EADDEF;
}
.TagClassName
{
border-color: #EADDEF;
}
</style>