#E0DEFA

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

Shades of Lavender #E0DEFA

Tints of Lavender #E0DEFA

Color information

#E0DEFA (or 0xE0DEFA) is unknown color: approx Lavender. HEX triplet: E0, DE and FA. RGB value is (224,222,250). Sum of RGB (Red+Green+Blue) = 224+222+250=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFA is #1F2105. Grayscale: #E1E1E1. Windows color (decimal): -2040070 or 16441056. OLE color: 16441056.

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

Color convert

RGB224222250-
CMYK0.100.1100.02
HSL244.29º73.68%92.55%-
HSV(B)244.29º11.2%98.04%-
XYZ74.1274.99101.01-
YUV225.79141.66126.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 222 (87.11% from 255) = 31.90%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=32.18%
G=31.90%
B=35.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242222500.100.1100.02244.2973.6892.55
HexE0DEFAAB02f44a5d
Octal340336372121302364112135
Binary111000001101111011111010101010110101111010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEFA; }

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

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

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

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

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

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

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

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