Shades of White Lilac #EADEF9
Tints of White Lilac #EADEF9
RGB
CMYK
RGB Variations
Color information
#EADEF9 (or 0xEADEF9) is known color: White Lilac. HEX triplet: EA, DE and F9. RGB value is (234,222,249). Sum of RGB (Red+Green+Blue) = 234+222+249=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #EADEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF9 is #152106. Grayscale: #E4E4E4. Windows color (decimal): -1384711 or 16375530. OLE color: 16375530.
HSL color Cylindrical-coordinate representation of color #EADEF9: hue angle of 266.67º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EADEF9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 222 | 249 | - |
CMYK | 0.06 | 0.11 | 0 | 0.02 |
HSL | 266.67º | 0.69% | 0.92% | - |
HSV(B) | 266.67º | 0.11% | 0.98% | - |
XYZ | 77.15 | 76.57 | 100.34 | - |
YUV | 228.67 | 139.48 | 131.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 249 | 0.06 | 0.11 | 0 | 0.02 | 266.67 | 0.69 | 0.92 |
Hex | EA | DE | F9 | 6 | B | 0 | 2 | 10B | 45 | 5C |
Octal | 352 | 336 | 371 | 6 | 13 | 0 | 2 | 413 | 105 | 134 |
Binary | 11101010 | 11011110 | 11111001 | 110 | 1011 | 0 | 10 | 100001011 | 1000101 | 1011100 |
Color Harmonies of #EADEF9
Complementary color
Monochromatic Colors of #EADEF9
Black with #EADEF9
Text Example
Text Example
White with #EADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEF9; }
p { color: rgb(234,222,249); }
H1.HeaderClassName
{
color: #EADEF9;
}
.AnyTagClassName
{
color: #EADEF9;
}
</style>
background-color css
<style>
a { background-color: #EADEF9; }
a { background-color: rgb(234,222,249); }
div.DivClassName
{
background-color: #EADEF9;
}
.BgClassName
{
background-color: #EADEF9;
}
</style>
border-color css
<style>
span { border-color: #EADEF9; }
span { border-color: rgb(234,222,249); }
td.TdClassName
{
border-color: #EADEF9;
}
.TagClassName
{
border-color: #EADEF9;
}
</style>