#E2DEFF

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

Shades of Lavender #E2DEFF

Tints of Lavender #E2DEFF

Color information

#E2DEFF (or 0xE2DEFF) is unknown color: approx Lavender. HEX triplet: E2, DE and FF. RGB value is (226,222,255). Sum of RGB (Red+Green+Blue) = 226+222+255=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEFF is #1D2100. Grayscale: #E2E2E2. Windows color (decimal): -1908993 or 16768738. OLE color: 16768738.

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

Color convert

RGB226222255-
CMYK0.110.1300
HSL247.27º100%93.53%-
HSV(B)247.27º12.94%100%-
XYZ75.5475.63105.22-
YUV226.96143.83127.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.15%
GREEN value IS 222 (87.11% from 255) = 31.58%
BLUE value IS 255 (100% from 255) = 36.27%
R=32.15%
G=31.58%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262222550.110.1300247.2710093.53
HexE2DEFFBD00f7645e
Octal342336377131500367144136
Binary11100010110111101111111110111101001111011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEFF; }

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

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

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

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

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

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

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

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