#E5E2F8

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

Shades of Lavender #E5E2F8

Tints of Lavender #E5E2F8

Color information

#E5E2F8 (or 0xE5E2F8) is unknown color: approx Lavender. HEX triplet: E5, E2 and F8. RGB value is (229,226,248). Sum of RGB (Red+Green+Blue) = 229+226+248=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5E2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2F8 is #1A1D07. Grayscale: #E5E5E5. Windows color (decimal): -1711368 or 16311013. OLE color: 16311013.

HSL color Cylindrical-coordinate representation of color #E5E2F8: hue angle of 248.18º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E2F8 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229226248-
CMYK0.080.0900.03
HSL248.18º61.11%92.94%-
HSV(B)248.18º8.87%97.25%-
XYZ76.4577.8399.8-
YUV229.4138.49127.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.57%
GREEN value IS 226 (88.67% from 255) = 32.15%
BLUE value IS 248 (97.27% from 255) = 35.28%
R=32.57%
G=32.15%
B=35.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2292262480.080.0900.03248.1861.1192.94
HexE5E2F88903f83d5d
Octal34534237010110337075135
Binary11100101111000101111100010001001011111110001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E2F8; }

 p { color: rgb(229,226,248); }

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

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

 a { background-color: rgb(229,226,248); }

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

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

 span { border-color: rgb(229,226,248); }

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