#E1DEFA

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

Shades of Lavender #E1DEFA

Tints of Lavender #E1DEFA

Color information

#E1DEFA (or 0xE1DEFA) is unknown color: approx Lavender. HEX triplet: E1, DE and FA. RGB value is (225,222,250). Sum of RGB (Red+Green+Blue) = 225+222+250=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFA is #1E2105. Grayscale: #E1E1E1. Windows color (decimal): -1974534 or 16441057. OLE color: 16441057.

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

Color convert

RGB225222250-
CMYK0.100.1100.02
HSL246.43º73.68%92.55%-
HSV(B)246.43º11.2%98.04%-
XYZ74.4375.15101.03-
YUV226.09141.49127.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.28%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=32.28%
G=31.85%
B=35.87%

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
Decimal2252222500.100.1100.02246.4373.6892.55
HexE1DEFAAB02f64a5d
Octal341336372121302366112135
Binary111000011101111011111010101010110101111011010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEFA; }

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

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

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

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

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

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

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

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