Shades of Lavender #E9E9F1
Tints of Lavender #E9E9F1
RGB
CMYK
RGB Variations
Color information
#E9E9F1 (or 0xE9E9F1) is known color: Lavender. HEX triplet: E9, E9 and F1. RGB value is (233,233,241). Sum of RGB (Red+Green+Blue) = 233+233+241=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9E9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E9F1 is #16160E. Grayscale: #E9E9E9. Windows color (decimal): -1447439 or 15854057. OLE color: 15854057.
HSL color Cylindrical-coordinate representation of color #E9E9F1: hue angle of 240º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E9F1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 233 | 233 | 241 | - |
CMYK | 0.03 | 0.03 | 0 | 0.05 |
HSL | 240º | 0.22% | 0.93% | - |
HSV(B) | 240º | 0.03% | 0.95% | - |
XYZ | 78.62 | 81.95 | 94.89 | - |
YUV | 233.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 233 | 241 | 0.03 | 0.03 | 0 | 0.05 | 240 | 0.22 | 0.93 |
Hex | E9 | E9 | F1 | 3 | 3 | 0 | 5 | F0 | 16 | 5D |
Octal | 351 | 351 | 361 | 3 | 3 | 0 | 5 | 360 | 26 | 135 |
Binary | 11101001 | 11101001 | 11110001 | 11 | 11 | 0 | 101 | 11110000 | 10110 | 1011101 |
Color Harmonies of #E9E9F1
Complementary color
Monochromatic Colors of #E9E9F1
Black with #E9E9F1
Text Example
Text Example
White with #E9E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9F1; }
p { color: rgb(233,233,241); }
H1.HeaderClassName
{
color: #E9E9F1;
}
.AnyTagClassName
{
color: #E9E9F1;
}
</style>
background-color css
<style>
a { background-color: #E9E9F1; }
a { background-color: rgb(233,233,241); }
div.DivClassName
{
background-color: #E9E9F1;
}
.BgClassName
{
background-color: #E9E9F1;
}
</style>
border-color css
<style>
span { border-color: #E9E9F1; }
span { border-color: rgb(233,233,241); }
td.TdClassName
{
border-color: #E9E9F1;
}
.TagClassName
{
border-color: #E9E9F1;
}
</style>