Shades of White Lilac #EADFF7
Tints of White Lilac #EADFF7
RGB
CMYK
RGB Variations
Color information
#EADFF7 (or 0xEADFF7) is known color: White Lilac. HEX triplet: EA, DF and F7. RGB value is (234,223,247). Sum of RGB (Red+Green+Blue) = 234+223+247=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #EADFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF7 is #152008. Grayscale: #E4E4E4. Windows color (decimal): -1384457 or 16244714. OLE color: 16244714.
HSL color Cylindrical-coordinate representation of color #EADFF7: hue angle of 267.5º degrees, saturation: 0.6, 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 #EADFF7 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 223 | 247 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.03 |
| HSL | 267.5º | 0.6% | 0.92% | - |
| HSV(B) | 267.5º | 0.1% | 0.97% | - |
| XYZ | 77.11 | 76.98 | 98.79 | - |
| YUV | 229.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 247 | 0.05 | 0.10 | 0 | 0.03 | 267.5 | 0.6 | 0.92 |
| Hex | EA | DF | F7 | 5 | A | 0 | 3 | 10C | 3C | 5C |
| Octal | 352 | 337 | 367 | 5 | 12 | 0 | 3 | 414 | 74 | 134 |
| Binary | 11101010 | 11011111 | 11110111 | 101 | 1010 | 0 | 11 | 100001100 | 111100 | 1011100 |
Color Harmonies of #EADFF7
Complementary color
Monochromatic Colors of #EADFF7
Black with #EADFF7
Text Example
Text Example
White with #EADFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFF7; }
p { color: rgb(234,223,247); }
H1.HeaderClassName
{
color: #EADFF7;
}
.AnyTagClassName
{
color: #EADFF7;
}
</style>
background-color css
<style>
a { background-color: #EADFF7; }
a { background-color: rgb(234,223,247); }
div.DivClassName
{
background-color: #EADFF7;
}
.BgClassName
{
background-color: #EADFF7;
}
</style>
border-color css
<style>
span { border-color: #EADFF7; }
span { border-color: rgb(234,223,247); }
td.TdClassName
{
border-color: #EADFF7;
}
.TagClassName
{
border-color: #EADFF7;
}
</style>