Shades of Lavender #E9EAF2
Tints of Lavender #E9EAF2
RGB
CMYK
RGB Variations
Color information
#E9EAF2 (or 0xE9EAF2) is known color: Lavender. HEX triplet: E9, EA and F2. RGB value is (233,234,242). Sum of RGB (Red+Green+Blue) = 233+234+242=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 242 (94.92% from 255 or 34.13% from 709); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9EAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAF2 is #16150D. Grayscale: #EAEAEA. Windows color (decimal): -1447182 or 15919849. OLE color: 15919849.
HSL color Cylindrical-coordinate representation of color #E9EAF2: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9EAF2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 233 | 234 | 242 | - |
CMYK | 0.04 | 0.03 | 0 | 0.05 |
HSL | 233.33º | 0.26% | 0.93% | - |
HSV(B) | 233.33º | 0.04% | 0.95% | - |
XYZ | 79.05 | 82.58 | 95.78 | - |
YUV | 234.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 242 | 0.04 | 0.03 | 0 | 0.05 | 233.33 | 0.26 | 0.93 |
Hex | E9 | EA | F2 | 4 | 3 | 0 | 5 | E9 | 1A | 5D |
Octal | 351 | 352 | 362 | 4 | 3 | 0 | 5 | 351 | 32 | 135 |
Binary | 11101001 | 11101010 | 11110010 | 100 | 11 | 0 | 101 | 11101001 | 11010 | 1011101 |
Color Harmonies of #E9EAF2
Complementary color
Monochromatic Colors of #E9EAF2
Black with #E9EAF2
Text Example
Text Example
White with #E9EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAF2; }
p { color: rgb(233,234,242); }
H1.HeaderClassName
{
color: #E9EAF2;
}
.AnyTagClassName
{
color: #E9EAF2;
}
</style>
background-color css
<style>
a { background-color: #E9EAF2; }
a { background-color: rgb(233,234,242); }
div.DivClassName
{
background-color: #E9EAF2;
}
.BgClassName
{
background-color: #E9EAF2;
}
</style>
border-color css
<style>
span { border-color: #E9EAF2; }
span { border-color: rgb(233,234,242); }
td.TdClassName
{
border-color: #E9EAF2;
}
.TagClassName
{
border-color: #E9EAF2;
}
</style>