#E5DEFE

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

Shades of Lavender #E5DEFE

Tints of Lavender #E5DEFE

Color information

#E5DEFE (or 0xE5DEFE) is unknown color: approx Lavender. HEX triplet: E5, DE and FE. RGB value is (229,222,254). Sum of RGB (Red+Green+Blue) = 229+222+254=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFE is #1A2101. Grayscale: #E3E3E3. Windows color (decimal): -1712386 or 16703205. OLE color: 16703205.

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

Color convert

RGB229222254-
CMYK0.100.1300.00
HSL253.12º94.12%93.33%-
HSV(B)253.12º12.6%99.61%-
XYZ76.3276.06104.42-
YUV227.74142.82128.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.48%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=32.48%
G=31.49%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292222540.100.1300.00253.1294.1293.33
HexE5DEFEAD00fd5e5d
Octal345336376121500375136135
Binary11100101110111101111111010101101001111110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEFE; }

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

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

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

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

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

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

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

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