Shades of White Lilac #EADDF6
Tints of White Lilac #EADDF6
RGB
CMYK
RGB Variations
Color information
#EADDF6 (or 0xEADDF6) is known color: White Lilac. HEX triplet: EA, DD and F6. RGB value is (234,221,246). Sum of RGB (Red+Green+Blue) = 234+221+246=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #EADDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF6 is #152209. Grayscale: #E3E3E3. Windows color (decimal): -1384970 or 16178666. OLE color: 16178666.
HSL color Cylindrical-coordinate representation of color #EADDF6: hue angle of 271.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADDF6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 221 | 246 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.04 |
| HSL | 271.2º | 0.58% | 0.92% | - |
| HSV(B) | 271.2º | 0.1% | 0.96% | - |
| XYZ | 76.42 | 75.86 | 97.8 | - |
| YUV | 227.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 246 | 0.05 | 0.10 | 0 | 0.04 | 271.2 | 0.58 | 0.92 |
| Hex | EA | DD | F6 | 5 | A | 0 | 4 | 10F | 3A | 5C |
| Octal | 352 | 335 | 366 | 5 | 12 | 0 | 4 | 417 | 72 | 134 |
| Binary | 11101010 | 11011101 | 11110110 | 101 | 1010 | 0 | 100 | 100001111 | 111010 | 1011100 |
Color Harmonies of #EADDF6
Complementary color
Monochromatic Colors of #EADDF6
Black with #EADDF6
Text Example
Text Example
White with #EADDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDF6; }
p { color: rgb(234,221,246); }
H1.HeaderClassName
{
color: #EADDF6;
}
.AnyTagClassName
{
color: #EADDF6;
}
</style>
background-color css
<style>
a { background-color: #EADDF6; }
a { background-color: rgb(234,221,246); }
div.DivClassName
{
background-color: #EADDF6;
}
.BgClassName
{
background-color: #EADDF6;
}
</style>
border-color css
<style>
span { border-color: #EADDF6; }
span { border-color: rgb(234,221,246); }
td.TdClassName
{
border-color: #EADDF6;
}
.TagClassName
{
border-color: #EADDF6;
}
</style>