#E4DEF1

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

Shades of Lavender #E4DEF1

Tints of Lavender #E4DEF1

Color information

#E4DEF1 (or 0xE4DEF1) is unknown color: approx Lavender. HEX triplet: E4, DE and F1. RGB value is (228,222,241). Sum of RGB (Red+Green+Blue) = 228+222+241=691 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.00% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4DEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEF1 is #1B210E. Grayscale: #E1E1E1. Windows color (decimal): -1777935 or 15851236. OLE color: 15851236.

HSL color Cylindrical-coordinate representation of color #E4DEF1: hue angle of 258.95º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4DEF1 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228222241-
CMYK0.050.0800.05
HSL258.95º40.43%90.78%-
HSV(B)258.95º7.88%94.51%-
XYZ73.9975.0993.81-
YUV225.96136.49129.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.00%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=33.00%
G=32.13%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282222410.050.0800.05258.9540.4390.78
HexE4DEF15805103285b
Octal3443363615100540350133
Binary111001001101111011110001101100001011000000111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DEF1; }

 p { color: rgb(228,222,241); }

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

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

 a { background-color: rgb(228,222,241); }

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

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

 span { border-color: rgb(228,222,241); }

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