Shades of Lavender #E9E8F0
Tints of Lavender #E9E8F0
RGB
CMYK
RGB Variations
Color information
#E9E8F0 (or 0xE9E8F0) is known color: Lavender. HEX triplet: E9, E8 and F0. RGB value is (233,232,240). Sum of RGB (Red+Green+Blue) = 233+232+240=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9E8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E8F0 is #16170F. Grayscale: #E9E9E9. Windows color (decimal): -1447696 or 15788265. OLE color: 15788265.
HSL color Cylindrical-coordinate representation of color #E9E8F0: hue angle of 247.5º 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 #E9E8F0 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 232 | 240 | - |
CMYK | 0.03 | 0.03 | 0 | 0.06 |
HSL | 247.5º | 0.21% | 0.93% | - |
HSV(B) | 247.5º | 0.03% | 0.94% | - |
XYZ | 78.19 | 81.33 | 94.01 | - |
YUV | 233.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 232 | 240 | 0.03 | 0.03 | 0 | 0.06 | 247.5 | 0.21 | 0.93 |
Hex | E9 | E8 | F0 | 3 | 3 | 0 | 6 | F8 | 15 | 5D |
Octal | 351 | 350 | 360 | 3 | 3 | 0 | 6 | 370 | 25 | 135 |
Binary | 11101001 | 11101000 | 11110000 | 11 | 11 | 0 | 110 | 11111000 | 10101 | 1011101 |
Color Harmonies of #E9E8F0
Complementary color
Monochromatic Colors of #E9E8F0
Black with #E9E8F0
Text Example
Text Example
White with #E9E8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E8F0; }
p { color: rgb(233,232,240); }
H1.HeaderClassName
{
color: #E9E8F0;
}
.AnyTagClassName
{
color: #E9E8F0;
}
</style>
background-color css
<style>
a { background-color: #E9E8F0; }
a { background-color: rgb(233,232,240); }
div.DivClassName
{
background-color: #E9E8F0;
}
.BgClassName
{
background-color: #E9E8F0;
}
</style>
border-color css
<style>
span { border-color: #E9E8F0; }
span { border-color: rgb(233,232,240); }
td.TdClassName
{
border-color: #E9E8F0;
}
.TagClassName
{
border-color: #E9E8F0;
}
</style>