#E0DEFB

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

Shades of Lavender #E0DEFB

Tints of Lavender #E0DEFB

Color information

#E0DEFB (or 0xE0DEFB) is unknown color: approx Lavender. HEX triplet: E0, DE and FB. RGB value is (224,222,251). Sum of RGB (Red+Green+Blue) = 224+222+251=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFB is #1F2104. Grayscale: #E1E1E1. Windows color (decimal): -2040069 or 16506592. OLE color: 16506592.

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

Color convert

RGB224222251-
CMYK0.110.1200.02
HSL244.14º78.38%92.75%-
HSV(B)244.14º11.55%98.43%-
XYZ74.2775.05101.84-
YUV225.9142.16126.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=32.14%
G=31.85%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242222510.110.1200.02244.1478.3892.75
HexE0DEFBBC02f44e5d
Octal340336373131402364116135
Binary111000001101111011111011101111000101111010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEFB; }

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

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

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

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

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

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

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

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