Shades of White Lilac #EADDF7
Tints of White Lilac #EADDF7
RGB
CMYK
RGB Variations
Color information
#EADDF7 (or 0xEADDF7) is known color: White Lilac. HEX triplet: EA, DD and F7. RGB value is (234,221,247). Sum of RGB (Red+Green+Blue) = 234+221+247=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #EADDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF7 is #152208. Grayscale: #E3E3E3. Windows color (decimal): -1384969 or 16244202. OLE color: 16244202.
HSL color Cylindrical-coordinate representation of color #EADDF7: hue angle of 270º degrees, saturation: 0.62, 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 #EADDF7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 221 | 247 | - |
CMYK | 0.05 | 0.11 | 0 | 0.03 |
HSL | 270º | 0.62% | 0.92% | - |
HSV(B) | 270º | 0.11% | 0.97% | - |
XYZ | 76.58 | 75.92 | 98.61 | - |
YUV | 227.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 247 | 0.05 | 0.11 | 0 | 0.03 | 270 | 0.62 | 0.92 |
Hex | EA | DD | F7 | 5 | B | 0 | 3 | 10E | 3E | 5C |
Octal | 352 | 335 | 367 | 5 | 13 | 0 | 3 | 416 | 76 | 134 |
Binary | 11101010 | 11011101 | 11110111 | 101 | 1011 | 0 | 11 | 100001110 | 111110 | 1011100 |
Color Harmonies of #EADDF7
Complementary color
Monochromatic Colors of #EADDF7
Black with #EADDF7
Text Example
Text Example
White with #EADDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDF7; }
p { color: rgb(234,221,247); }
H1.HeaderClassName
{
color: #EADDF7;
}
.AnyTagClassName
{
color: #EADDF7;
}
</style>
background-color css
<style>
a { background-color: #EADDF7; }
a { background-color: rgb(234,221,247); }
div.DivClassName
{
background-color: #EADDF7;
}
.BgClassName
{
background-color: #EADDF7;
}
</style>
border-color css
<style>
span { border-color: #EADDF7; }
span { border-color: rgb(234,221,247); }
td.TdClassName
{
border-color: #EADDF7;
}
.TagClassName
{
border-color: #EADDF7;
}
</style>