Shades of White Lilac #EADDF0
Tints of White Lilac #EADDF0
RGB
CMYK
RGB Variations
Color information
#EADDF0 (or 0xEADDF0) is known color: White Lilac. HEX triplet: EA, DD and F0. RGB value is (234,221,240). Sum of RGB (Red+Green+Blue) = 234+221+240=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF0 is #15220F. Grayscale: #E2E2E2. Windows color (decimal): -1384976 or 15785450. OLE color: 15785450.
HSL color Cylindrical-coordinate representation of color #EADDF0: hue angle of 281.05º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADDF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 221 | 240 | - |
CMYK | 0.02 | 0.08 | 0 | 0.06 |
HSL | 281.05º | 0.39% | 0.9% | - |
HSV(B) | 281.05º | 0.08% | 0.94% | - |
XYZ | 75.52 | 75.5 | 93.03 | - |
YUV | 227.05 | 135.31 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 240 | 0.02 | 0.08 | 0 | 0.06 | 281.05 | 0.39 | 0.9 |
Hex | EA | DD | F0 | 2 | 8 | 0 | 6 | 119 | 27 | 5A |
Octal | 352 | 335 | 360 | 2 | 10 | 0 | 6 | 431 | 47 | 132 |
Binary | 11101010 | 11011101 | 11110000 | 10 | 1000 | 0 | 110 | 100011001 | 100111 | 1011010 |
Color Harmonies of #EADDF0
Complementary color
Monochromatic Colors of #EADDF0
Black with #EADDF0
Text Example
Text Example
White with #EADDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDF0; }
p { color: rgb(234,221,240); }
H1.HeaderClassName
{
color: #EADDF0;
}
.AnyTagClassName
{
color: #EADDF0;
}
</style>
background-color css
<style>
a { background-color: #EADDF0; }
a { background-color: rgb(234,221,240); }
div.DivClassName
{
background-color: #EADDF0;
}
.BgClassName
{
background-color: #EADDF0;
}
</style>
border-color css
<style>
span { border-color: #EADDF0; }
span { border-color: rgb(234,221,240); }
td.TdClassName
{
border-color: #EADDF0;
}
.TagClassName
{
border-color: #EADDF0;
}
</style>