Shades of Lavender #E7E2F7
Tints of Lavender #E7E2F7
RGB
CMYK
RGB Variations
Color information
#E7E2F7 (or 0xE7E2F7) is known color: Lavender. HEX triplet: E7, E2 and F7. RGB value is (231,226,247). Sum of RGB (Red+Green+Blue) = 231+226+247=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7E2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E2F7 is #181D08. Grayscale: #E5E5E5. Windows color (decimal): -1580297 or 16245479. OLE color: 16245479.
HSL color Cylindrical-coordinate representation of color #E7E2F7: hue angle of 254.29º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7E2F7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 231 | 226 | 247 | - |
CMYK | 0.06 | 0.09 | 0 | 0.03 |
HSL | 254.29º | 0.57% | 0.93% | - |
HSV(B) | 254.29º | 0.09% | 0.97% | - |
XYZ | 76.94 | 78.1 | 99.01 | - |
YUV | 229.89 | 137.66 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 226 | 247 | 0.06 | 0.09 | 0 | 0.03 | 254.29 | 0.57 | 0.93 |
Hex | E7 | E2 | F7 | 6 | 9 | 0 | 3 | FE | 39 | 5D |
Octal | 347 | 342 | 367 | 6 | 11 | 0 | 3 | 376 | 71 | 135 |
Binary | 11100111 | 11100010 | 11110111 | 110 | 1001 | 0 | 11 | 11111110 | 111001 | 1011101 |
Color Harmonies of #E7E2F7
Complementary color
Monochromatic Colors of #E7E2F7
Black with #E7E2F7
Text Example
Text Example
White with #E7E2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2F7; }
p { color: rgb(231,226,247); }
H1.HeaderClassName
{
color: #E7E2F7;
}
.AnyTagClassName
{
color: #E7E2F7;
}
</style>
background-color css
<style>
a { background-color: #E7E2F7; }
a { background-color: rgb(231,226,247); }
div.DivClassName
{
background-color: #E7E2F7;
}
.BgClassName
{
background-color: #E7E2F7;
}
</style>
border-color css
<style>
span { border-color: #E7E2F7; }
span { border-color: rgb(231,226,247); }
td.TdClassName
{
border-color: #E7E2F7;
}
.TagClassName
{
border-color: #E7E2F7;
}
</style>