Shades of Lavender #EAE8F0
Tints of Lavender #EAE8F0
RGB
CMYK
RGB Variations
Color information
#EAE8F0 (or 0xEAE8F0) is known color: Lavender. HEX triplet: EA, E8 and F0. RGB value is (234,232,240). Sum of RGB (Red+Green+Blue) = 234+232+240=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8F0 is #15170F. Grayscale: #E9E9E9. Windows color (decimal): -1382160 or 15788266. OLE color: 15788266.
HSL color Cylindrical-coordinate representation of color #EAE8F0: hue angle of 255º degrees, saturation: 0.21, 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 #EAE8F0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 232 | 240 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.06 |
| HSL | 255º | 0.21% | 0.93% | - |
| HSV(B) | 255º | 0.03% | 0.94% | - |
| XYZ | 78.52 | 81.5 | 94.03 | - |
| YUV | 233.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 240 | 0.02 | 0.03 | 0 | 0.06 | 255 | 0.21 | 0.93 |
| Hex | EA | E8 | F0 | 2 | 3 | 0 | 6 | FF | 15 | 5D |
| Octal | 352 | 350 | 360 | 2 | 3 | 0 | 6 | 377 | 25 | 135 |
| Binary | 11101010 | 11101000 | 11110000 | 10 | 11 | 0 | 110 | 11111111 | 10101 | 1011101 |
Color Harmonies of #EAE8F0
Complementary color
Monochromatic Colors of #EAE8F0
Black with #EAE8F0
Text Example
Text Example
White with #EAE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8F0; }
p { color: rgb(234,232,240); }
H1.HeaderClassName
{
color: #EAE8F0;
}
.AnyTagClassName
{
color: #EAE8F0;
}
</style>
background-color css
<style>
a { background-color: #EAE8F0; }
a { background-color: rgb(234,232,240); }
div.DivClassName
{
background-color: #EAE8F0;
}
.BgClassName
{
background-color: #EAE8F0;
}
</style>
border-color css
<style>
span { border-color: #EAE8F0; }
span { border-color: rgb(234,232,240); }
td.TdClassName
{
border-color: #EAE8F0;
}
.TagClassName
{
border-color: #EAE8F0;
}
</style>