#E0DEFE

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

Shades of Lavender #E0DEFE

Tints of Lavender #E0DEFE

Color information

#E0DEFE (or 0xE0DEFE) is unknown color: approx Lavender. HEX triplet: E0, DE and FE. RGB value is (224,222,254). Sum of RGB (Red+Green+Blue) = 224+222+254=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFE is #1F2101. Grayscale: #E2E2E2. Windows color (decimal): -2040066 or 16703200. OLE color: 16703200.

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

Color convert

RGB224222254-
CMYK0.120.1300.00
HSL243.75º94.12%93.33%-
HSV(B)243.75º12.6%99.61%-
XYZ74.7575.25104.35-
YUV226.25143.66126.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=32%
G=31.71%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242222540.120.1300.00243.7594.1293.33
HexE0DEFECD00f45e5d
Octal340336376141500364136135
Binary11100000110111101111111011001101001111010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEFE; }

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

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

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

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

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

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

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

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