Shades of White Lilac #EADDFA
Tints of White Lilac #EADDFA
RGB
CMYK
RGB Variations
Color information
#EADDFA (or 0xEADDFA) is known color: White Lilac. HEX triplet: EA, DD and FA. RGB value is (234,221,250). Sum of RGB (Red+Green+Blue) = 234+221+250=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #EADDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFA is #152205. Grayscale: #E4E4E4. Windows color (decimal): -1384966 or 16440810. OLE color: 16440810.
HSL color Cylindrical-coordinate representation of color #EADDFA: hue angle of 266.9º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADDFA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 221 | 250 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.02 |
| HSL | 266.9º | 0.74% | 0.92% | - |
| HSV(B) | 266.9º | 0.12% | 0.98% | - |
| XYZ | 77.04 | 76.11 | 101.07 | - |
| YUV | 228.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 250 | 0.06 | 0.12 | 0 | 0.02 | 266.9 | 0.74 | 0.92 |
| Hex | EA | DD | FA | 6 | C | 0 | 2 | 10B | 4A | 5C |
| Octal | 352 | 335 | 372 | 6 | 14 | 0 | 2 | 413 | 112 | 134 |
| Binary | 11101010 | 11011101 | 11111010 | 110 | 1100 | 0 | 10 | 100001011 | 1001010 | 1011100 |
Color Harmonies of #EADDFA
Complementary color
Monochromatic Colors of #EADDFA
Black with #EADDFA
Text Example
Text Example
White with #EADDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDFA; }
p { color: rgb(234,221,250); }
H1.HeaderClassName
{
color: #EADDFA;
}
.AnyTagClassName
{
color: #EADDFA;
}
</style>
background-color css
<style>
a { background-color: #EADDFA; }
a { background-color: rgb(234,221,250); }
div.DivClassName
{
background-color: #EADDFA;
}
.BgClassName
{
background-color: #EADDFA;
}
</style>
border-color css
<style>
span { border-color: #EADDFA; }
span { border-color: rgb(234,221,250); }
td.TdClassName
{
border-color: #EADDFA;
}
.TagClassName
{
border-color: #EADDFA;
}
</style>