Shades of White Lilac #EADDF8
Tints of White Lilac #EADDF8
RGB
CMYK
RGB Variations
Color information
#EADDF8 (or 0xEADDF8) is known color: White Lilac. HEX triplet: EA, DD and F8. RGB value is (234,221,248). Sum of RGB (Red+Green+Blue) = 234+221+248=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #EADDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF8 is #152207. Grayscale: #E3E3E3. Windows color (decimal): -1384968 or 16309738. OLE color: 16309738.
HSL color Cylindrical-coordinate representation of color #EADDF8: hue angle of 268.89º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EADDF8 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 221 | 248 | - |
CMYK | 0.06 | 0.11 | 0 | 0.03 |
HSL | 268.89º | 0.66% | 0.92% | - |
HSV(B) | 268.89º | 0.11% | 0.97% | - |
XYZ | 76.73 | 75.98 | 99.43 | - |
YUV | 227.97 | 139.31 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 248 | 0.06 | 0.11 | 0 | 0.03 | 268.89 | 0.66 | 0.92 |
Hex | EA | DD | F8 | 6 | B | 0 | 3 | 10D | 42 | 5C |
Octal | 352 | 335 | 370 | 6 | 13 | 0 | 3 | 415 | 102 | 134 |
Binary | 11101010 | 11011101 | 11111000 | 110 | 1011 | 0 | 11 | 100001101 | 1000010 | 1011100 |
Color Harmonies of #EADDF8
Complementary color
Monochromatic Colors of #EADDF8
Black with #EADDF8
Text Example
Text Example
White with #EADDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDF8; }
p { color: rgb(234,221,248); }
H1.HeaderClassName
{
color: #EADDF8;
}
.AnyTagClassName
{
color: #EADDF8;
}
</style>
background-color css
<style>
a { background-color: #EADDF8; }
a { background-color: rgb(234,221,248); }
div.DivClassName
{
background-color: #EADDF8;
}
.BgClassName
{
background-color: #EADDF8;
}
</style>
border-color css
<style>
span { border-color: #EADDF8; }
span { border-color: rgb(234,221,248); }
td.TdClassName
{
border-color: #EADDF8;
}
.TagClassName
{
border-color: #EADDF8;
}
</style>