#E2DAFF

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

Shades of Lavender #E2DAFF

Tints of Lavender #E2DAFF

Color information

#E2DAFF (or 0xE2DAFF) is unknown color: approx Lavender. HEX triplet: E2, DA and FF. RGB value is (226,218,255). Sum of RGB (Red+Green+Blue) = 226+218+255=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFF is #1D2500. Grayscale: #E0E0E0. Windows color (decimal): -1910017 or 16767714. OLE color: 16767714.

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

Color convert

RGB226218255-
CMYK0.110.1500
HSL252.97º100%92.75%-
HSV(B)252.97º14.51%100%-
XYZ74.4973.53104.87-
YUV224.61145.15128.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.33%
GREEN value IS 218 (85.55% from 255) = 31.19%
BLUE value IS 255 (100% from 255) = 36.48%
R=32.33%
G=31.19%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262182550.110.1500252.9710092.75
HexE2DAFFBF00fd645d
Octal342332377131700375144135
Binary11100010110110101111111110111111001111110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAFF; }

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

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

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

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

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

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

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

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