#E0DFFB

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

Shades of Lavender #E0DFFB

Tints of Lavender #E0DFFB

Color information

#E0DFFB (or 0xE0DFFB) is unknown color: approx Lavender. HEX triplet: E0, DF and FB. RGB value is (224,223,251). Sum of RGB (Red+Green+Blue) = 224+223+251=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFB is #1F2004. Grayscale: #E2E2E2. Windows color (decimal): -2039813 or 16506848. OLE color: 16506848.

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

Color convert

RGB224223251-
CMYK0.110.1100.02
HSL242.14º77.78%92.94%-
HSV(B)242.14º11.16%98.43%-
XYZ74.5475.59101.93-
YUV226.49141.83126.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.09%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=32.09%
G=31.95%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242232510.110.1100.02242.1477.7892.94
HexE0DFFBBB02f24e5d
Octal340337373131302362116135
Binary111000001101111111111011101110110101111001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFFB; }

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

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

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

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

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

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

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

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