#E5DEFB

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

Shades of Lavender #E5DEFB

Tints of Lavender #E5DEFB

Color information

#E5DEFB (or 0xE5DEFB) is unknown color: approx Lavender. HEX triplet: E5, DE and FB. RGB value is (229,222,251). Sum of RGB (Red+Green+Blue) = 229+222+251=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFB is #1A2104. Grayscale: #E3E3E3. Windows color (decimal): -1712389 or 16506597. OLE color: 16506597.

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

Color convert

RGB229222251-
CMYK0.090.1200.02
HSL254.48º78.38%92.75%-
HSV(B)254.48º11.55%98.43%-
XYZ75.8575.87101.91-
YUV227.4141.32129.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.62%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=32.62%
G=31.62%
B=35.75%

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
Decimal2292222510.090.1200.02254.4878.3892.75
HexE5DEFB9C02fe4e5d
Octal345336373111402376116135
Binary111001011101111011111011100111000101111111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEFB; }

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

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

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

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

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

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

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

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