Shades of Lavender #E7E7FB
Tints of Lavender #E7E7FB
RGB
CMYK
RGB Variations
Color information
#E7E7FB (or 0xE7E7FB) is known color: Lavender. HEX triplet: E7, E7 and FB. RGB value is (231,231,251). Sum of RGB (Red+Green+Blue) = 231+231+251=713 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.40% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7E7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E7FB is #181804. Grayscale: #E9E9E9. Windows color (decimal): -1579013 or 16508903. OLE color: 16508903.
HSL color Cylindrical-coordinate representation of color #E7E7FB: hue angle of 240º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7E7FB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 231 | 251 | - |
CMYK | 0.08 | 0.08 | 0 | 0.02 |
HSL | 240º | 0.71% | 0.95% | - |
HSV(B) | 240º | 0.08% | 0.98% | - |
XYZ | 78.94 | 81.11 | 102.76 | - |
YUV | 233.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 231 | 251 | 0.08 | 0.08 | 0 | 0.02 | 240 | 0.71 | 0.95 |
Hex | E7 | E7 | FB | 8 | 8 | 0 | 2 | F0 | 47 | 5F |
Octal | 347 | 347 | 373 | 10 | 10 | 0 | 2 | 360 | 107 | 137 |
Binary | 11100111 | 11100111 | 11111011 | 1000 | 1000 | 0 | 10 | 11110000 | 1000111 | 1011111 |
Color Harmonies of #E7E7FB
Complementary color
Monochromatic Colors of #E7E7FB
Black with #E7E7FB
Text Example
Text Example
White with #E7E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E7FB; }
p { color: rgb(231,231,251); }
H1.HeaderClassName
{
color: #E7E7FB;
}
.AnyTagClassName
{
color: #E7E7FB;
}
</style>
background-color css
<style>
a { background-color: #E7E7FB; }
a { background-color: rgb(231,231,251); }
div.DivClassName
{
background-color: #E7E7FB;
}
.BgClassName
{
background-color: #E7E7FB;
}
</style>
border-color css
<style>
span { border-color: #E7E7FB; }
span { border-color: rgb(231,231,251); }
td.TdClassName
{
border-color: #E7E7FB;
}
.TagClassName
{
border-color: #E7E7FB;
}
</style>