Shades of White Lilac #EADDF2
Tints of White Lilac #EADDF2
RGB
CMYK
RGB Variations
Color information
#EADDF2 (or 0xEADDF2) is known color: White Lilac. HEX triplet: EA, DD and F2. RGB value is (234,221,242). Sum of RGB (Red+Green+Blue) = 234+221+242=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF2 is #15220D. Grayscale: #E3E3E3. Windows color (decimal): -1384974 or 15916522. OLE color: 15916522.
HSL color Cylindrical-coordinate representation of color #EADDF2: hue angle of 277.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADDF2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 221 | 242 | - |
CMYK | 0.03 | 0.09 | 0 | 0.05 |
HSL | 277.14º | 0.45% | 0.91% | - |
HSV(B) | 277.14º | 0.09% | 0.95% | - |
XYZ | 75.82 | 75.62 | 94.6 | - |
YUV | 227.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 242 | 0.03 | 0.09 | 0 | 0.05 | 277.14 | 0.45 | 0.91 |
Hex | EA | DD | F2 | 3 | 9 | 0 | 5 | 115 | 2D | 5B |
Octal | 352 | 335 | 362 | 3 | 11 | 0 | 5 | 425 | 55 | 133 |
Binary | 11101010 | 11011101 | 11110010 | 11 | 1001 | 0 | 101 | 100010101 | 101101 | 1011011 |
Color Harmonies of #EADDF2
Complementary color
Monochromatic Colors of #EADDF2
Black with #EADDF2
Text Example
Text Example
White with #EADDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDF2; }
p { color: rgb(234,221,242); }
H1.HeaderClassName
{
color: #EADDF2;
}
.AnyTagClassName
{
color: #EADDF2;
}
</style>
background-color css
<style>
a { background-color: #EADDF2; }
a { background-color: rgb(234,221,242); }
div.DivClassName
{
background-color: #EADDF2;
}
.BgClassName
{
background-color: #EADDF2;
}
</style>
border-color css
<style>
span { border-color: #EADDF2; }
span { border-color: rgb(234,221,242); }
td.TdClassName
{
border-color: #EADDF2;
}
.TagClassName
{
border-color: #EADDF2;
}
</style>