#E3DCF9

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

Shades of Lavender #E3DCF9

Tints of Lavender #E3DCF9

Color information

#E3DCF9 (or 0xE3DCF9) is unknown color: approx Lavender. HEX triplet: E3, DC and F9. RGB value is (227,220,249). Sum of RGB (Red+Green+Blue) = 227+220+249=696 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.61% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCF9 is #1C2306. Grayscale: #E1E1E1. Windows color (decimal): -1843975 or 16375011. OLE color: 16375011.

HSL color Cylindrical-coordinate representation of color #E3DCF9: hue angle of 254.48º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3DCF9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227220249-
CMYK0.090.1200.02
HSL254.48º70.73%91.96%-
HSV(B)254.48º11.65%97.65%-
XYZ74.3774.36100.06-
YUV225.4141.32129.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.61%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 249 (97.66% from 255) = 35.78%
R=32.61%
G=31.61%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272202490.090.1200.02254.4870.7391.96
HexE3DCF99C02fe475c
Octal343334371111402376107134
Binary111000111101110011111001100111000101111111010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCF9; }

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

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

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

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

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

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

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

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