Shades of White Lilac #EADFF5
Tints of White Lilac #EADFF5
RGB
CMYK
RGB Variations
Color information
#EADFF5 (or 0xEADFF5) is known color: White Lilac. HEX triplet: EA, DF and F5. RGB value is (234,223,245). Sum of RGB (Red+Green+Blue) = 234+223+245=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #EADFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF5 is #15200A. Grayscale: #E4E4E4. Windows color (decimal): -1384459 or 16113642. OLE color: 16113642.
HSL color Cylindrical-coordinate representation of color #EADFF5: hue angle of 270º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADFF5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 223 | 245 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.04 |
| HSL | 270º | 0.52% | 0.92% | - |
| HSV(B) | 270º | 0.09% | 0.96% | - |
| XYZ | 76.8 | 76.86 | 97.17 | - |
| YUV | 228.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 245 | 0.04 | 0.09 | 0 | 0.04 | 270 | 0.52 | 0.92 |
| Hex | EA | DF | F5 | 4 | 9 | 0 | 4 | 10E | 34 | 5C |
| Octal | 352 | 337 | 365 | 4 | 11 | 0 | 4 | 416 | 64 | 134 |
| Binary | 11101010 | 11011111 | 11110101 | 100 | 1001 | 0 | 100 | 100001110 | 110100 | 1011100 |
Color Harmonies of #EADFF5
Complementary color
Monochromatic Colors of #EADFF5
Black with #EADFF5
Text Example
Text Example
White with #EADFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFF5; }
p { color: rgb(234,223,245); }
H1.HeaderClassName
{
color: #EADFF5;
}
.AnyTagClassName
{
color: #EADFF5;
}
</style>
background-color css
<style>
a { background-color: #EADFF5; }
a { background-color: rgb(234,223,245); }
div.DivClassName
{
background-color: #EADFF5;
}
.BgClassName
{
background-color: #EADFF5;
}
</style>
border-color css
<style>
span { border-color: #EADFF5; }
span { border-color: rgb(234,223,245); }
td.TdClassName
{
border-color: #EADFF5;
}
.TagClassName
{
border-color: #EADFF5;
}
</style>