#E7EAFE

Color #E7EAFE Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #E7EAFE

Tints of Lavender #E7EAFE

Color information

#E7EAFE (or 0xE7EAFE) is unknown color: approx 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

RGB231234254-
CMYK0.090.0800.00
HSL232.17º92%95.1%-
HSV(B)232.17º9.06%99.61%-
XYZ80.2782.99105.55-
YUV235.38138.51124.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 32.13%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=32.13%
G=32.55%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312342540.090.0800.00232.179295.1
HexE7EAFE9800e85c5f
Octal347352376111000350134137
Binary11100111111010101111111010011000001110100010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>