Shades of Lavender #E9EAF0
Tints of Lavender #E9EAF0
RGB
CMYK
RGB Variations
Color information
#E9EAF0 (or 0xE9EAF0) is known color: Lavender. HEX triplet: E9, EA and F0. RGB value is (233,234,240). Sum of RGB (Red+Green+Blue) = 233+234+240=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 234 (91.80% from 255 or 33.10% 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 #E9EAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAF0 is #16150F. Grayscale: #EAEAEA. Windows color (decimal): -1447184 or 15788777. OLE color: 15788777.
HSL color Cylindrical-coordinate representation of color #E9EAF0: hue angle of 231.43º 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 #E9EAF0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 234 | 240 | - |
CMYK | 0.03 | 0.02 | 0 | 0.06 |
HSL | 231.43º | 0.19% | 0.93% | - |
HSV(B) | 231.43º | 0.03% | 0.94% | - |
XYZ | 78.76 | 82.46 | 94.2 | - |
YUV | 234.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 240 | 0.03 | 0.02 | 0 | 0.06 | 231.43 | 0.19 | 0.93 |
Hex | E9 | EA | F0 | 3 | 2 | 0 | 6 | E7 | 13 | 5D |
Octal | 351 | 352 | 360 | 3 | 2 | 0 | 6 | 347 | 23 | 135 |
Binary | 11101001 | 11101010 | 11110000 | 11 | 10 | 0 | 110 | 11100111 | 10011 | 1011101 |
Color Harmonies of #E9EAF0
Complementary color
Monochromatic Colors of #E9EAF0
Black with #E9EAF0
Text Example
Text Example
White with #E9EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAF0; }
p { color: rgb(233,234,240); }
H1.HeaderClassName
{
color: #E9EAF0;
}
.AnyTagClassName
{
color: #E9EAF0;
}
</style>
background-color css
<style>
a { background-color: #E9EAF0; }
a { background-color: rgb(233,234,240); }
div.DivClassName
{
background-color: #E9EAF0;
}
.BgClassName
{
background-color: #E9EAF0;
}
</style>
border-color css
<style>
span { border-color: #E9EAF0; }
span { border-color: rgb(233,234,240); }
td.TdClassName
{
border-color: #E9EAF0;
}
.TagClassName
{
border-color: #E9EAF0;
}
</style>