#E2DEFD

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

Shades of Lavender #E2DEFD

Tints of Lavender #E2DEFD

Color information

#E2DEFD (or 0xE2DEFD) is unknown color: approx Lavender. HEX triplet: E2, DE and FD. RGB value is (226,222,253). Sum of RGB (Red+Green+Blue) = 226+222+253=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEFD is #1D2102. Grayscale: #E2E2E2. Windows color (decimal): -1908995 or 16637666. OLE color: 16637666.

HSL color Cylindrical-coordinate representation of color #E2DEFD: hue angle of 247.74º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DEFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226222253-
CMYK0.110.1200.01
HSL247.74º88.57%93.14%-
HSV(B)247.74º12.25%99.22%-
XYZ75.2175.5103.54-
YUV226.73142.83127.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.24%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=32.24%
G=31.67%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262222530.110.1200.01247.7488.5793.14
HexE2DEFDBC01f8595d
Octal342336375131401370131135
Binary11100010110111101111110110111100011111100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEFD; }

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

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

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

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

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

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

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

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