#E5DEFF

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

Shades of Lavender #E5DEFF

Tints of Lavender #E5DEFF

Color information

#E5DEFF (or 0xE5DEFF) is unknown color: approx Lavender. HEX triplet: E5, DE and FF. RGB value is (229,222,255). Sum of RGB (Red+Green+Blue) = 229+222+255=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFF is #1A2100. Grayscale: #E3E3E3. Windows color (decimal): -1712385 or 16768741. OLE color: 16768741.

HSL color Cylindrical-coordinate representation of color #E5DEFF: hue angle of 252.73º 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 #E5DEFF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229222255-
CMYK0.100.1300
HSL252.73º100%93.53%-
HSV(B)252.73º12.94%100%-
XYZ76.4876.12105.27-
YUV227.86143.32128.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.44%
GREEN value IS 222 (87.11% from 255) = 31.44%
BLUE value IS 255 (100% from 255) = 36.12%
R=32.44%
G=31.44%
B=36.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292222550.100.1300252.7310093.53
HexE5DEFFAD00fd645e
Octal345336377121500375144136
Binary11100101110111101111111110101101001111110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEFF; }

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

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

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

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

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

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

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

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