Shades of Lavender #EAE9F0
Tints of Lavender #EAE9F0
RGB
CMYK
RGB Variations
Color information
#EAE9F0 (or 0xEAE9F0) is known color: Lavender. HEX triplet: EA, E9 and F0. RGB value is (234,233,240). Sum of RGB (Red+Green+Blue) = 234+233+240=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9F0 is #15160F. Grayscale: #EAEAEA. Windows color (decimal): -1381904 or 15788522. OLE color: 15788522.
HSL color Cylindrical-coordinate representation of color #EAE9F0: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAE9F0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 233 | 240 | - |
CMYK | 0.02 | 0.03 | 0 | 0.06 |
HSL | 248.57º | 0.19% | 0.93% | - |
HSV(B) | 248.57º | 0.03% | 0.94% | - |
XYZ | 78.8 | 82.06 | 94.12 | - |
YUV | 234.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 233 | 240 | 0.02 | 0.03 | 0 | 0.06 | 248.57 | 0.19 | 0.93 |
Hex | EA | E9 | F0 | 2 | 3 | 0 | 6 | F9 | 13 | 5D |
Octal | 352 | 351 | 360 | 2 | 3 | 0 | 6 | 371 | 23 | 135 |
Binary | 11101010 | 11101001 | 11110000 | 10 | 11 | 0 | 110 | 11111001 | 10011 | 1011101 |
Color Harmonies of #EAE9F0
Complementary color
Monochromatic Colors of #EAE9F0
Black with #EAE9F0
Text Example
Text Example
White with #EAE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9F0; }
p { color: rgb(234,233,240); }
H1.HeaderClassName
{
color: #EAE9F0;
}
.AnyTagClassName
{
color: #EAE9F0;
}
</style>
background-color css
<style>
a { background-color: #EAE9F0; }
a { background-color: rgb(234,233,240); }
div.DivClassName
{
background-color: #EAE9F0;
}
.BgClassName
{
background-color: #EAE9F0;
}
</style>
border-color css
<style>
span { border-color: #EAE9F0; }
span { border-color: rgb(234,233,240); }
td.TdClassName
{
border-color: #EAE9F0;
}
.TagClassName
{
border-color: #EAE9F0;
}
</style>