#E3DCFF

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

Shades of Lavender #E3DCFF

Tints of Lavender #E3DCFF

Color information

#E3DCFF (or 0xE3DCFF) is unknown color: approx Lavender. HEX triplet: E3, DC and FF. RGB value is (227,220,255). Sum of RGB (Red+Green+Blue) = 227+220+255=702 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.34% from 702); Green value is 220 (86.33% from 255 or 31.34% 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 #E3DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCFF is #1C2300. Grayscale: #E1E1E1. Windows color (decimal): -1843969 or 16768227. OLE color: 16768227.

HSL color Cylindrical-coordinate representation of color #E3DCFF: hue angle of 252º 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 #E3DCFF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB227220255-
CMYK0.110.1400
HSL252º100%93.14%-
HSV(B)252º13.73%100%-
XYZ75.3274.74105.06-
YUV226.08144.32128.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.34%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 255 (100% from 255) = 36.32%
R=32.34%
G=31.34%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2272202550.110.140025210093.14
HexE3DCFFBE00fc645d
Octal343334377131600374144135
Binary11100011110111001111111110111110001111110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCFF; }

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

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

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

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

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

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

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

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