#E5DDF6

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

Shades of Lavender #E5DDF6

Tints of Lavender #E5DDF6

Color information

#E5DDF6 (or 0xE5DDF6) is unknown color: approx Lavender. HEX triplet: E5, DD and F6. RGB value is (229,221,246). Sum of RGB (Red+Green+Blue) = 229+221+246=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDF6 is #1A2209. Grayscale: #E2E2E2. Windows color (decimal): -1712650 or 16178661. OLE color: 16178661.

HSL color Cylindrical-coordinate representation of color #E5DDF6: hue angle of 259.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DDF6 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229221246-
CMYK0.070.1000.04
HSL259.2º58.14%91.57%-
HSV(B)259.2º10.16%96.47%-
XYZ74.875.0297.73-
YUV226.24139.15129.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.90%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=32.90%
G=31.75%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2292212460.070.1000.04259.258.1491.57
HexE5DDF67A041033a5c
Octal3453353667120440372134
Binary111001011101110111110110111101001001000000111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDF6; }

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

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

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

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

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

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

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

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