#e5e3f6

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

Shades of Lavender #E5E3F6

Tints of Lavender #E5E3F6

Color information

#E5E3F6 (or 0xE5E3F6) is unknown color: approx Lavender. HEX triplet: E5, E3 and F6. RGB value is (229,227,246). Sum of RGB (Red+Green+Blue) = 229+227+246=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5E3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E3F6 is #1A1C09. Grayscale: #E5E5E5. Windows color (decimal): -1711114 or 16180197. OLE color: 16180197.

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

Color convert

RGB229227246-
CMYK0.070.0800.04
HSL246.32º51.35%92.75%-
HSV(B)246.32º7.72%96.47%-
XYZ76.4278.2598.26-
YUV229.76137.16127.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.62%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 246 (96.48% from 255) = 35.04%
R=32.62%
G=32.34%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2292272460.070.0800.04246.3251.3592.75
HexE5E3F67804f6335d
Octal3453433667100436663135
Binary11100101111000111111011011110000100111101101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5e3f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5e3f6; }

 p { color: rgb(229,227,246); }

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

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

 a { background-color: rgb(229,227,246); }

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

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

 span { border-color: rgb(229,227,246); }

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