#E4DEFB

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

Shades of Lavender #E4DEFB

Tints of Lavender #E4DEFB

Color information

#E4DEFB (or 0xE4DEFB) is unknown color: approx Lavender. HEX triplet: E4, DE and FB. RGB value is (228,222,251). Sum of RGB (Red+Green+Blue) = 228+222+251=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEFB is #1B2104. Grayscale: #E2E2E2. Windows color (decimal): -1777925 or 16506596. OLE color: 16506596.

HSL color Cylindrical-coordinate representation of color #E4DEFB: hue angle of 252.41º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4DEFB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228222251-
CMYK0.090.1200.02
HSL252.41º78.38%92.75%-
HSV(B)252.41º11.55%98.43%-
XYZ75.5375.7101.9-
YUV227.1141.49128.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.52%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=32.52%
G=31.67%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282222510.090.1200.02252.4178.3892.75
HexE4DEFB9C02fc4e5d
Octal344336373111402374116135
Binary111001001101111011111011100111000101111110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DEFB; }

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

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

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

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

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

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

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

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