#E4DEFE

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

Shades of Lavender #E4DEFE

Tints of Lavender #E4DEFE

Color information

#E4DEFE (or 0xE4DEFE) is unknown color: approx Lavender. HEX triplet: E4, DE and FE. RGB value is (228,222,254). Sum of RGB (Red+Green+Blue) = 228+222+254=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEFE is #1B2101. Grayscale: #E3E3E3. Windows color (decimal): -1777922 or 16703204. OLE color: 16703204.

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

Color convert

RGB228222254-
CMYK0.100.1300.00
HSL251.25º94.12%93.33%-
HSV(B)251.25º12.6%99.61%-
XYZ76.0175.89104.41-
YUV227.44142.99128.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.39%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=32.39%
G=31.53%
B=36.08%

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
Decimal2282222540.100.1300.00251.2594.1293.33
HexE4DEFEAD00fb5e5d
Octal344336376121500373136135
Binary11100100110111101111111010101101001111101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DEFE; }

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

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

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

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

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

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

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

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