Shades of Lavender #E7E2F6
Tints of Lavender #E7E2F6
RGB
CMYK
RGB Variations
Color information
#E7E2F6 (or 0xE7E2F6) is known color: Lavender. HEX triplet: E7, E2 and F6. RGB value is (231,226,246). Sum of RGB (Red+Green+Blue) = 231+226+246=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7E2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E2F6 is #181D09. Grayscale: #E5E5E5. Windows color (decimal): -1580298 or 16179943. OLE color: 16179943.
HSL color Cylindrical-coordinate representation of color #E7E2F6: hue angle of 255º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7E2F6 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 231 | 226 | 246 | - |
CMYK | 0.06 | 0.08 | 0 | 0.04 |
HSL | 255º | 0.53% | 0.93% | - |
HSV(B) | 255º | 0.08% | 0.96% | - |
XYZ | 76.79 | 78.04 | 98.2 | - |
YUV | 229.78 | 137.16 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 226 | 246 | 0.06 | 0.08 | 0 | 0.04 | 255 | 0.53 | 0.93 |
Hex | E7 | E2 | F6 | 6 | 8 | 0 | 4 | FF | 35 | 5D |
Octal | 347 | 342 | 366 | 6 | 10 | 0 | 4 | 377 | 65 | 135 |
Binary | 11100111 | 11100010 | 11110110 | 110 | 1000 | 0 | 100 | 11111111 | 110101 | 1011101 |
Color Harmonies of #E7E2F6
Complementary color
Monochromatic Colors of #E7E2F6
Black with #E7E2F6
Text Example
Text Example
White with #E7E2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2F6; }
p { color: rgb(231,226,246); }
H1.HeaderClassName
{
color: #E7E2F6;
}
.AnyTagClassName
{
color: #E7E2F6;
}
</style>
background-color css
<style>
a { background-color: #E7E2F6; }
a { background-color: rgb(231,226,246); }
div.DivClassName
{
background-color: #E7E2F6;
}
.BgClassName
{
background-color: #E7E2F6;
}
</style>
border-color css
<style>
span { border-color: #E7E2F6; }
span { border-color: rgb(231,226,246); }
td.TdClassName
{
border-color: #E7E2F6;
}
.TagClassName
{
border-color: #E7E2F6;
}
</style>