#E5E4F2

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

Shades of Lavender #E5E4F2

Tints of Lavender #E5E4F2

Color information

#E5E4F2 (or 0xE5E4F2) is unknown color: approx Lavender. HEX triplet: E5, E4 and F2. RGB value is (229,228,242). Sum of RGB (Red+Green+Blue) = 229+228+242=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5E4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4F2 is #1A1B0D. Grayscale: #E5E5E5. Windows color (decimal): -1710862 or 15918309. OLE color: 15918309.

HSL color Cylindrical-coordinate representation of color #E5E4F2: hue angle of 244.29º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5E4F2 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229228242-
CMYK0.050.0600.05
HSL244.29º35%92.16%-
HSV(B)244.29º5.79%94.9%-
XYZ76.0878.5695.16-
YUV229.9134.83127.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.76%
GREEN value IS 228 (89.45% from 255) = 32.62%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=32.76%
G=32.62%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292282420.050.0600.05244.293592.16
HexE5E4F25605f4235c
Octal345344362560536443134
Binary1110010111100100111100101011100101111101001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E4F2; }

 p { color: rgb(229,228,242); }

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

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

 a { background-color: rgb(229,228,242); }

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

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

 span { border-color: rgb(229,228,242); }

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