#E2E5FE

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

Shades of Lavender #E2E5FE

Tints of Lavender #E2E5FE

Color information

#E2E5FE (or 0xE2E5FE) is unknown color: approx Lavender. HEX triplet: E2, E5 and FE. RGB value is (226,229,254). Sum of RGB (Red+Green+Blue) = 226+229+254=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5FE is #1D1A01. Grayscale: #E6E6E6. Windows color (decimal): -1907202 or 16704994. OLE color: 16704994.

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

Color convert

RGB226229254-
CMYK0.110.1000.00
HSL233.57º93.33%94.12%-
HSV(B)233.57º11.02%99.61%-
XYZ77.2779.36105.01-
YUV230.95141.01124.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.88%
GREEN value IS 229 (89.84% from 255) = 32.30%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=31.88%
G=32.30%
B=35.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262292540.110.1000.00233.5793.3394.12
HexE2E5FEBA00ea5d5e
Octal342345376131200352135136
Binary11100010111001011111111010111010001110101010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E5FE; }

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

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

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

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

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

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

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

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