#E5DDFB

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

Shades of Lavender #E5DDFB

Tints of Lavender #E5DDFB

Color information

#E5DDFB (or 0xE5DDFB) is unknown color: approx Lavender. HEX triplet: E5, DD and FB. RGB value is (229,221,251). Sum of RGB (Red+Green+Blue) = 229+221+251=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 221 (86.72% from 255 or 31.53% 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 #E5DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDFB is #1A2204. Grayscale: #E2E2E2. Windows color (decimal): -1712645 or 16506341. OLE color: 16506341.

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

Color convert

RGB229221251-
CMYK0.090.1200.02
HSL256º78.95%92.55%-
HSV(B)256º11.95%98.43%-
XYZ75.5875.34101.82-
YUV226.81141.65129.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.67%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=32.67%
G=31.53%
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
Decimal2292212510.090.1200.0225678.9592.55
HexE5DDFB9C021004f5d
Octal345335373111402400117135
Binary1110010111011101111110111001110001010000000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDFB; }

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

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

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

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

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

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

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

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