Shades of Lavender #E9E7FC
Tints of Lavender #E9E7FC
RGB
CMYK
RGB Variations
Color information
#E9E7FC (or 0xE9E7FC) is known color: Lavender. HEX triplet: E9, E7 and FC. RGB value is (233,231,252). Sum of RGB (Red+Green+Blue) = 233+231+252=716 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.54% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9E7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E7FC is #161803. Grayscale: #E9E9E9. Windows color (decimal): -1447940 or 16574441. OLE color: 16574441.
HSL color Cylindrical-coordinate representation of color #E9E7FC: hue angle of 245.71º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E7FC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 231 | 252 | - |
CMYK | 0.08 | 0.08 | 0 | 0.01 |
HSL | 245.71º | 0.78% | 0.95% | - |
HSV(B) | 245.71º | 0.08% | 0.99% | - |
XYZ | 79.75 | 81.5 | 103.62 | - |
YUV | 233.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 231 | 252 | 0.08 | 0.08 | 0 | 0.01 | 245.71 | 0.78 | 0.95 |
Hex | E9 | E7 | FC | 8 | 8 | 0 | 1 | F6 | 4E | 5F |
Octal | 351 | 347 | 374 | 10 | 10 | 0 | 1 | 366 | 116 | 137 |
Binary | 11101001 | 11100111 | 11111100 | 1000 | 1000 | 0 | 1 | 11110110 | 1001110 | 1011111 |
Color Harmonies of #E9E7FC
Complementary color
Monochromatic Colors of #E9E7FC
Black with #E9E7FC
Text Example
Text Example
White with #E9E7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E7FC; }
p { color: rgb(233,231,252); }
H1.HeaderClassName
{
color: #E9E7FC;
}
.AnyTagClassName
{
color: #E9E7FC;
}
</style>
background-color css
<style>
a { background-color: #E9E7FC; }
a { background-color: rgb(233,231,252); }
div.DivClassName
{
background-color: #E9E7FC;
}
.BgClassName
{
background-color: #E9E7FC;
}
</style>
border-color css
<style>
span { border-color: #E9E7FC; }
span { border-color: rgb(233,231,252); }
td.TdClassName
{
border-color: #E9E7FC;
}
.TagClassName
{
border-color: #E9E7FC;
}
</style>