#E2DEF6

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

Shades of Lavender #E2DEF6

Tints of Lavender #E2DEF6

Color information

#E2DEF6 (or 0xE2DEF6) is unknown color: approx Lavender. HEX triplet: E2, DE and F6. RGB value is (226,222,246). Sum of RGB (Red+Green+Blue) = 226+222+246=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEF6 is #1D2109. Grayscale: #E1E1E1. Windows color (decimal): -1909002 or 16178914. OLE color: 16178914.

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

Color convert

RGB226222246-
CMYK0.080.1000.04
HSL250º57.14%91.76%-
HSV(B)250º9.76%96.47%-
XYZ74.1275.0797.77-
YUV225.93139.33128.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.56%
GREEN value IS 222 (87.11% from 255) = 31.99%
BLUE value IS 246 (96.48% from 255) = 35.45%
R=32.56%
G=31.99%
B=35.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262222460.080.1000.0425057.1491.76
HexE2DEF68A04fa395c
Octal34233636610120437271134
Binary111000101101111011110110100010100100111110101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEF6; }

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

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

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

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

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

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

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

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