#E4E4F5

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

Shades of Lavender #E4E4F5

Tints of Lavender #E4E4F5

Color information

#E4E4F5 (or 0xE4E4F5) is unknown color: approx Lavender. HEX triplet: E4, E4 and F5. RGB value is (228,228,245). Sum of RGB (Red+Green+Blue) = 228+228+245=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #E4E4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E4F5 is #1B1B0A. Grayscale: #E5E5E5. Windows color (decimal): -1776395 or 16114916. OLE color: 16114916.

HSL color Cylindrical-coordinate representation of color #E4E4F5: hue angle of 240º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4E4F5 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB228228245-
CMYK0.070.0700.04
HSL240º45.95%92.75%-
HSV(B)240º6.94%96.08%-
XYZ76.2278.5797.54-
YUV229.94136.5126.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.52%
GREEN value IS 228 (89.45% from 255) = 32.52%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=32.52%
G=32.52%
B=34.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2282282450.070.0700.0424045.9592.75
HexE4E4F57704f02e5d
Octal344344365770436056135
Binary1110010011100100111101011111110100111100001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E4F5; }

 p { color: rgb(228,228,245); }

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

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

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

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

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

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

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