#E5DEFA

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

Shades of Lavender #E5DEFA

Tints of Lavender #E5DEFA

Color information

#E5DEFA (or 0xE5DEFA) is unknown color: approx Lavender. HEX triplet: E5, DE and FA. RGB value is (229,222,250). Sum of RGB (Red+Green+Blue) = 229+222+250=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFA is #1A2105. Grayscale: #E3E3E3. Windows color (decimal): -1712390 or 16441061. OLE color: 16441061.

HSL color Cylindrical-coordinate representation of color #E5DEFA: hue angle of 255º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DEFA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229222250-
CMYK0.080.1100.02
HSL255º73.68%92.55%-
HSV(B)255º11.2%98.04%-
XYZ75.6975.8101.08-
YUV227.28140.82129.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.67%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=32.67%
G=31.67%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292222500.080.1100.0225573.6892.55
HexE5DEFA8B02ff4a5d
Octal345336372101302377112135
Binary111001011101111011111010100010110101111111110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEFA; }

 p { color: rgb(229,222,250); }

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

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

 a { background-color: rgb(229,222,250); }

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

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

 span { border-color: rgb(229,222,250); }

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