#E6DDF9

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

Shades of Lavender #E6DDF9

Tints of Lavender #E6DDF9

Color information

#E6DDF9 (or 0xE6DDF9) is unknown color: approx Lavender. HEX triplet: E6, DD and F9. RGB value is (230,221,249). Sum of RGB (Red+Green+Blue) = 230+221+249=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6DDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDF9 is #192206. Grayscale: #E2E2E2. Windows color (decimal): -1647111 or 16375270. OLE color: 16375270.

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

Color convert

RGB230221249-
CMYK0.080.1100.02
HSL259.29º70%92.16%-
HSV(B)259.29º11.24%97.65%-
XYZ75.5975.38100.19-
YUV226.88140.48130.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.86%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 249 (97.66% from 255) = 35.57%
R=32.86%
G=31.57%
B=35.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302212490.080.1100.02259.297092.16
HexE6DDF98B02103465c
Octal346335371101302403106134
Binary1110011011011101111110011000101101010000001110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDF9; }

 p { color: rgb(230,221,249); }

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

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

 a { background-color: rgb(230,221,249); }

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

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

 span { border-color: rgb(230,221,249); }

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