Shades of White Lilac #EADEF7
Tints of White Lilac #EADEF7
RGB
CMYK
RGB Variations
Color information
#EADEF7 (or 0xEADEF7) is known color: White Lilac. HEX triplet: EA, DE and F7. RGB value is (234,222,247). Sum of RGB (Red+Green+Blue) = 234+222+247=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #EADEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF7 is #152108. Grayscale: #E4E4E4. Windows color (decimal): -1384713 or 16244458. OLE color: 16244458.
HSL color Cylindrical-coordinate representation of color #EADEF7: hue angle of 268.8º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADEF7 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 222 | 247 | - |
CMYK | 0.05 | 0.10 | 0 | 0.03 |
HSL | 268.8º | 0.61% | 0.92% | - |
HSV(B) | 268.8º | 0.1% | 0.97% | - |
XYZ | 76.84 | 76.45 | 98.7 | - |
YUV | 228.44 | 138.48 | 131.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 247 | 0.05 | 0.10 | 0 | 0.03 | 268.8 | 0.61 | 0.92 |
Hex | EA | DE | F7 | 5 | A | 0 | 3 | 10D | 3D | 5C |
Octal | 352 | 336 | 367 | 5 | 12 | 0 | 3 | 415 | 75 | 134 |
Binary | 11101010 | 11011110 | 11110111 | 101 | 1010 | 0 | 11 | 100001101 | 111101 | 1011100 |
Color Harmonies of #EADEF7
Complementary color
Monochromatic Colors of #EADEF7
Black with #EADEF7
Text Example
Text Example
White with #EADEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEF7; }
p { color: rgb(234,222,247); }
H1.HeaderClassName
{
color: #EADEF7;
}
.AnyTagClassName
{
color: #EADEF7;
}
</style>
background-color css
<style>
a { background-color: #EADEF7; }
a { background-color: rgb(234,222,247); }
div.DivClassName
{
background-color: #EADEF7;
}
.BgClassName
{
background-color: #EADEF7;
}
</style>
border-color css
<style>
span { border-color: #EADEF7; }
span { border-color: rgb(234,222,247); }
td.TdClassName
{
border-color: #EADEF7;
}
.TagClassName
{
border-color: #EADEF7;
}
</style>