#E2E0F6

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

Shades of Lavender #E2E0F6

Tints of Lavender #E2E0F6

Color information

#E2E0F6 (or 0xE2E0F6) is unknown color: approx Lavender. HEX triplet: E2, E0 and F6. RGB value is (226,224,246). Sum of RGB (Red+Green+Blue) = 226+224+246=696 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.47% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2E0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E0F6 is #1D1F09. Grayscale: #E3E3E3. Windows color (decimal): -1908490 or 16179426. OLE color: 16179426.

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

Color convert

RGB226224246-
CMYK0.080.0900.04
HSL245.45º55%92.16%-
HSV(B)245.45º8.94%96.47%-
XYZ74.6576.1397.95-
YUV227.11138.66127.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.47%
GREEN value IS 224 (87.89% from 255) = 32.18%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=32.47%
G=32.18%
B=35.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262242460.080.0900.04245.455592.16
HexE2E0F68904f5375c
Octal34234036610110436567134
Binary111000101110000011110110100010010100111101011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E0F6; }

 p { color: rgb(226,224,246); }

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

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

 a { background-color: rgb(226,224,246); }

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

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

 span { border-color: rgb(226,224,246); }

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