#E3DCF7

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

Shades of Lavender #E3DCF7

Tints of Lavender #E3DCF7

Color information

#E3DCF7 (or 0xE3DCF7) is unknown color: approx Lavender. HEX triplet: E3, DC and F7. RGB value is (227,220,247). Sum of RGB (Red+Green+Blue) = 227+220+247=694 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.71% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3DCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCF7 is #1C2308. Grayscale: #E1E1E1. Windows color (decimal): -1843977 or 16243939. OLE color: 16243939.

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

Color convert

RGB227220247-
CMYK0.080.1100.03
HSL255.56º62.79%91.57%-
HSV(B)255.56º10.93%96.86%-
XYZ74.0674.2398.42-
YUV225.17140.32129.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.71%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=32.71%
G=31.70%
B=35.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2272202470.080.1100.03255.5662.7991.57
HexE3DCF78B031003f5c
Octal34333436710130340077134
Binary111000111101110011110111100010110111000000001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCF7; }

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

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

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

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

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

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

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

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