Shades of Lavender #E9EAF4
Tints of Lavender #E9EAF4
RGB
CMYK
RGB Variations
Color information
#E9EAF4 (or 0xE9EAF4) is known color: Lavender. HEX triplet: E9, EA and F4. RGB value is (233,234,244). Sum of RGB (Red+Green+Blue) = 233+234+244=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 244 (95.70% from 255 or 34.32% from 711); Max value from RGB is 244 - color contains mainly: blue. Hex color #E9EAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAF4 is #16150B. Grayscale: #EAEAEA. Windows color (decimal): -1447180 or 16050921. OLE color: 16050921.
HSL color Cylindrical-coordinate representation of color #E9EAF4: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9EAF4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 233 | 234 | 244 | - |
CMYK | 0.05 | 0.04 | 0 | 0.04 |
HSL | 234.55º | 0.33% | 0.94% | - |
HSV(B) | 234.55º | 0.05% | 0.96% | - |
XYZ | 79.36 | 82.7 | 97.37 | - |
YUV | 234.84 | 133.17 | 126.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 244 | 0.05 | 0.04 | 0 | 0.04 | 234.55 | 0.33 | 0.94 |
Hex | E9 | EA | F4 | 5 | 4 | 0 | 4 | EB | 21 | 5E |
Octal | 351 | 352 | 364 | 5 | 4 | 0 | 4 | 353 | 41 | 136 |
Binary | 11101001 | 11101010 | 11110100 | 101 | 100 | 0 | 100 | 11101011 | 100001 | 1011110 |
Color Harmonies of #E9EAF4
Complementary color
Monochromatic Colors of #E9EAF4
Black with #E9EAF4
Text Example
Text Example
White with #E9EAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAF4; }
p { color: rgb(233,234,244); }
H1.HeaderClassName
{
color: #E9EAF4;
}
.AnyTagClassName
{
color: #E9EAF4;
}
</style>
background-color css
<style>
a { background-color: #E9EAF4; }
a { background-color: rgb(233,234,244); }
div.DivClassName
{
background-color: #E9EAF4;
}
.BgClassName
{
background-color: #E9EAF4;
}
</style>
border-color css
<style>
span { border-color: #E9EAF4; }
span { border-color: rgb(233,234,244); }
td.TdClassName
{
border-color: #E9EAF4;
}
.TagClassName
{
border-color: #E9EAF4;
}
</style>