Shades of White Lilac #EADFF8
Tints of White Lilac #EADFF8
RGB
CMYK
RGB Variations
Color information
#EADFF8 (or 0xEADFF8) is known color: White Lilac. HEX triplet: EA, DF and F8. RGB value is (234,223,248). Sum of RGB (Red+Green+Blue) = 234+223+248=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #EADFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF8 is #152007. Grayscale: #E5E5E5. Windows color (decimal): -1384456 or 16310250. OLE color: 16310250.
HSL color Cylindrical-coordinate representation of color #EADFF8: hue angle of 266.4º degrees, saturation: 0.64, 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 #EADFF8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 223 | 248 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.03 |
| HSL | 266.4º | 0.64% | 0.92% | - |
| HSV(B) | 266.4º | 0.1% | 0.97% | - |
| XYZ | 77.26 | 77.05 | 99.61 | - |
| YUV | 229.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 248 | 0.06 | 0.10 | 0 | 0.03 | 266.4 | 0.64 | 0.92 |
| Hex | EA | DF | F8 | 6 | A | 0 | 3 | 10A | 40 | 5C |
| Octal | 352 | 337 | 370 | 6 | 12 | 0 | 3 | 412 | 100 | 134 |
| Binary | 11101010 | 11011111 | 11111000 | 110 | 1010 | 0 | 11 | 100001010 | 1000000 | 1011100 |
Color Harmonies of #EADFF8
Complementary color
Monochromatic Colors of #EADFF8
Black with #EADFF8
Text Example
Text Example
White with #EADFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFF8; }
p { color: rgb(234,223,248); }
H1.HeaderClassName
{
color: #EADFF8;
}
.AnyTagClassName
{
color: #EADFF8;
}
</style>
background-color css
<style>
a { background-color: #EADFF8; }
a { background-color: rgb(234,223,248); }
div.DivClassName
{
background-color: #EADFF8;
}
.BgClassName
{
background-color: #EADFF8;
}
</style>
border-color css
<style>
span { border-color: #EADFF8; }
span { border-color: rgb(234,223,248); }
td.TdClassName
{
border-color: #EADFF8;
}
.TagClassName
{
border-color: #EADFF8;
}
</style>