#E2DDFF

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

Shades of Lavender #E2DDFF

Tints of Lavender #E2DDFF

Color information

#E2DDFF (or 0xE2DDFF) is unknown color: approx Lavender. HEX triplet: E2, DD and FF. RGB value is (226,221,255). Sum of RGB (Red+Green+Blue) = 226+221+255=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDFF is #1D2200. Grayscale: #E2E2E2. Windows color (decimal): -1909249 or 16768482. OLE color: 16768482.

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

Color convert

RGB226221255-
CMYK0.110.1300
HSL248.82º100%93.33%-
HSV(B)248.82º13.33%100%-
XYZ75.2775.1105.14-
YUV226.37144.16127.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.19%
GREEN value IS 221 (86.72% from 255) = 31.48%
BLUE value IS 255 (100% from 255) = 36.32%
R=32.19%
G=31.48%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262212550.110.1300248.8210093.33
HexE2DDFFBD00f9645d
Octal342335377131500371144135
Binary11100010110111011111111110111101001111100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDFF; }

 p { color: rgb(226,221,255); }

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

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

 a { background-color: rgb(226,221,255); }

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

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

 span { border-color: rgb(226,221,255); }

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