#E2DCFF

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

Shades of Lavender #E2DCFF

Tints of Lavender #E2DCFF

Color information

#E2DCFF (or 0xE2DCFF) is unknown color: approx Lavender. HEX triplet: E2, DC and FF. RGB value is (226,220,255). Sum of RGB (Red+Green+Blue) = 226+220+255=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCFF is #1D2300. Grayscale: #E1E1E1. Windows color (decimal): -1909505 or 16768226. OLE color: 16768226.

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

Color convert

RGB226220255-
CMYK0.110.1400
HSL250.29º100%93.14%-
HSV(B)250.29º13.73%100%-
XYZ75.0174.58105.05-
YUV225.78144.49128.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.24%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 255 (100% from 255) = 36.38%
R=32.24%
G=31.38%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262202550.110.1400250.2910093.14
HexE2DCFFBE00fa645d
Octal342334377131600372144135
Binary11100010110111001111111110111110001111101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCFF; }

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

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

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

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

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

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

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

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