Shades of Lavender #E7EAFE
Tints of Lavender #E7EAFE
RGB
CMYK
RGB Variations
Color information
#E7EAFE (or 0xE7EAFE) is known color: Lavender. HEX triplet: E7, EA and FE. RGB value is (231,234,254). Sum of RGB (Red+Green+Blue) = 231+234+254=719 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.13% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAFE is #181501. Grayscale: #EBEBEB. Windows color (decimal): -1578242 or 16706279. OLE color: 16706279.
HSL color Cylindrical-coordinate representation of color #E7EAFE: hue angle of 232.17º 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 #E7EAFE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 231 | 234 | 254 | - |
CMYK | 0.09 | 0.08 | 0 | 0.00 |
HSL | 232.17º | 0.92% | 0.95% | - |
HSV(B) | 232.17º | 0.09% | 1% | - |
XYZ | 80.27 | 82.99 | 105.55 | - |
YUV | 235.38 | 138.51 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 234 | 254 | 0.09 | 0.08 | 0 | 0.00 | 232.17 | 0.92 | 0.95 |
Hex | E7 | EA | FE | 9 | 8 | 0 | 0 | E8 | 5C | 5F |
Octal | 347 | 352 | 376 | 11 | 10 | 0 | 0 | 350 | 134 | 137 |
Binary | 11100111 | 11101010 | 11111110 | 1001 | 1000 | 0 | 0 | 11101000 | 1011100 | 1011111 |
Color Harmonies of #E7EAFE
Complementary color
Monochromatic Colors of #E7EAFE
Black with #E7EAFE
Text Example
Text Example
White with #E7EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EAFE; }
p { color: rgb(231,234,254); }
H1.HeaderClassName
{
color: #E7EAFE;
}
.AnyTagClassName
{
color: #E7EAFE;
}
</style>
background-color css
<style>
a { background-color: #E7EAFE; }
a { background-color: rgb(231,234,254); }
div.DivClassName
{
background-color: #E7EAFE;
}
.BgClassName
{
background-color: #E7EAFE;
}
</style>
border-color css
<style>
span { border-color: #E7EAFE; }
span { border-color: rgb(231,234,254); }
td.TdClassName
{
border-color: #E7EAFE;
}
.TagClassName
{
border-color: #E7EAFE;
}
</style>