#E2E8FE

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

Shades of Lavender #E2E8FE

Tints of Lavender #E2E8FE

Color information

#E2E8FE (or 0xE2E8FE) is unknown color: approx Lavender. HEX triplet: E2, E8 and FE. RGB value is (226,232,254). Sum of RGB (Red+Green+Blue) = 226+232+254=712 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.74% from 712); Green value is 232 (91.02% from 255 or 32.58% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E8FE is #1D1701. Grayscale: #E8E8E8. Windows color (decimal): -1906434 or 16705762. OLE color: 16705762.

HSL color Cylindrical-coordinate representation of color #E2E8FE: hue angle of 227.14º 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 #E2E8FE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226232254-
CMYK0.110.0900.00
HSL227.14º93.33%94.12%-
HSV(B)227.14º11.02%99.61%-
XYZ78.1181.04105.29-
YUV232.71140.01123.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.74%
GREEN value IS 232 (91.02% from 255) = 32.58%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=31.74%
G=32.58%
B=35.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262322540.110.0900.00227.1493.3394.12
HexE2E8FEB900e35d5e
Octal342350376131100343135136
Binary11100010111010001111111010111001001110001110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E8FE; }

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

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

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

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

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

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

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

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