Shades of White Lilac #EADDF1
Tints of White Lilac #EADDF1
RGB
CMYK
RGB Variations
Color information
#EADDF1 (or 0xEADDF1) is known color: White Lilac. HEX triplet: EA, DD and F1. RGB value is (234,221,241). Sum of RGB (Red+Green+Blue) = 234+221+241=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #EADDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF1 is #15220E. Grayscale: #E3E3E3. Windows color (decimal): -1384975 or 15850986. OLE color: 15850986.
HSL color Cylindrical-coordinate representation of color #EADDF1: hue angle of 279º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADDF1 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 221 | 241 | - |
CMYK | 0.03 | 0.08 | 0 | 0.05 |
HSL | 279º | 0.42% | 0.91% | - |
HSV(B) | 279º | 0.08% | 0.95% | - |
XYZ | 75.67 | 75.56 | 93.81 | - |
YUV | 227.17 | 135.81 | 132.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 241 | 0.03 | 0.08 | 0 | 0.05 | 279 | 0.42 | 0.91 |
Hex | EA | DD | F1 | 3 | 8 | 0 | 5 | 117 | 2A | 5B |
Octal | 352 | 335 | 361 | 3 | 10 | 0 | 5 | 427 | 52 | 133 |
Binary | 11101010 | 11011101 | 11110001 | 11 | 1000 | 0 | 101 | 100010111 | 101010 | 1011011 |
Color Harmonies of #EADDF1
Complementary color
Monochromatic Colors of #EADDF1
Black with #EADDF1
Text Example
Text Example
White with #EADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDF1; }
p { color: rgb(234,221,241); }
H1.HeaderClassName
{
color: #EADDF1;
}
.AnyTagClassName
{
color: #EADDF1;
}
</style>
background-color css
<style>
a { background-color: #EADDF1; }
a { background-color: rgb(234,221,241); }
div.DivClassName
{
background-color: #EADDF1;
}
.BgClassName
{
background-color: #EADDF1;
}
</style>
border-color css
<style>
span { border-color: #EADDF1; }
span { border-color: rgb(234,221,241); }
td.TdClassName
{
border-color: #EADDF1;
}
.TagClassName
{
border-color: #EADDF1;
}
</style>