Shades of Lavender #E9E7FE
Tints of Lavender #E9E7FE
RGB
CMYK
RGB Variations
Color information
#E9E7FE (or 0xE9E7FE) is known color: Lavender. HEX triplet: E9, E7 and FE. RGB value is (233,231,254). Sum of RGB (Red+Green+Blue) = 233+231+254=718 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.45% from 718); Green value is 231 (90.62% from 255 or 32.17% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9E7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E7FE is #161801. Grayscale: #EAEAEA. Windows color (decimal): -1447938 or 16705513. OLE color: 16705513.
HSL color Cylindrical-coordinate representation of color #E9E7FE: hue angle of 245.22º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9E7FE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 233 | 231 | 254 | - |
CMYK | 0.08 | 0.09 | 0 | 0.00 |
HSL | 245.22º | 0.92% | 0.95% | - |
HSV(B) | 245.22º | 0.09% | 1% | - |
XYZ | 80.07 | 81.63 | 105.3 | - |
YUV | 234.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 231 | 254 | 0.08 | 0.09 | 0 | 0.00 | 245.22 | 0.92 | 0.95 |
Hex | E9 | E7 | FE | 8 | 9 | 0 | 0 | F5 | 5C | 5F |
Octal | 351 | 347 | 376 | 10 | 11 | 0 | 0 | 365 | 134 | 137 |
Binary | 11101001 | 11100111 | 11111110 | 1000 | 1001 | 0 | 0 | 11110101 | 1011100 | 1011111 |
Color Harmonies of #E9E7FE
Complementary color
Monochromatic Colors of #E9E7FE
Black with #E9E7FE
Text Example
Text Example
White with #E9E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E7FE; }
p { color: rgb(233,231,254); }
H1.HeaderClassName
{
color: #E9E7FE;
}
.AnyTagClassName
{
color: #E9E7FE;
}
</style>
background-color css
<style>
a { background-color: #E9E7FE; }
a { background-color: rgb(233,231,254); }
div.DivClassName
{
background-color: #E9E7FE;
}
.BgClassName
{
background-color: #E9E7FE;
}
</style>
border-color css
<style>
span { border-color: #E9E7FE; }
span { border-color: rgb(233,231,254); }
td.TdClassName
{
border-color: #E9E7FE;
}
.TagClassName
{
border-color: #E9E7FE;
}
</style>