#E4E7FE

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

Shades of Lavender #E4E7FE

Tints of Lavender #E4E7FE

Color information

#E4E7FE (or 0xE4E7FE) is unknown color: approx Lavender. HEX triplet: E4, E7 and FE. RGB value is (228,231,254). Sum of RGB (Red+Green+Blue) = 228+231+254=713 (94% of max value = 765). Red value is 228 (89.45% from 255 or 31.98% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4E7FE is #1B1801. Grayscale: #E8E8E8. Windows color (decimal): -1775618 or 16705508. OLE color: 16705508.

HSL color Cylindrical-coordinate representation of color #E4E7FE: hue angle of 233.08º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4E7FE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228231254-
CMYK0.100.0900.00
HSL233.08º92.86%94.51%-
HSV(B)233.08º10.24%99.61%-
XYZ78.4680.8105.23-
YUV232.72140.01124.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.98%
GREEN value IS 231 (90.62% from 255) = 32.40%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=31.98%
G=32.40%
B=35.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282312540.100.0900.00233.0892.8694.51
HexE4E7FEA900e95d5f
Octal344347376121100351135137
Binary11100100111001111111111010101001001110100110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E7FE; }

 p { color: rgb(228,231,254); }

 H1.HeaderClassName
 {
   color: #E4E7FE;
 }
 .AnyTagClassName
 {
   color: #E4E7FE;
 }
</style>
background-color css

<style>
 a { background-color: #E4E7FE; }

 a { background-color: rgb(228,231,254); }

 div.DivClassName
 {
   background-color: #E4E7FE;
 }
 .BgClassName
 {
   background-color: #E4E7FE;
 }
</style>
border-color css

<style>
 span { border-color: #E4E7FE; }

 span { border-color: rgb(228,231,254); }

 td.TdClassName
 {
   border-color: #E4E7FE;
 }
 .TagClassName
 {
   border-color: #E4E7FE;
 }
</style>