#E4DCF7

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

Shades of Lavender #E4DCF7

Tints of Lavender #E4DCF7

Color information

#E4DCF7 (or 0xE4DCF7) is unknown color: approx Lavender. HEX triplet: E4, DC and F7. RGB value is (228,220,247). Sum of RGB (Red+Green+Blue) = 228+220+247=695 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.81% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 247 - color contains mainly: blue. Hex color #E4DCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCF7 is #1B2308. Grayscale: #E1E1E1. Windows color (decimal): -1778441 or 16243940. OLE color: 16243940.

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

Color convert

RGB228220247-
CMYK0.080.1100.03
HSL257.78º62.79%91.57%-
HSV(B)257.78º10.93%96.86%-
XYZ74.3874.498.44-
YUV225.47140.15129.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.81%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 247 (96.88% from 255) = 35.54%
R=32.81%
G=31.65%
B=35.54%

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
Decimal2282202470.080.1100.03257.7862.7991.57
HexE4DCF78B031023f5c
Octal34433436710130340277134
Binary111001001101110011110111100010110111000000101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DCF7; }

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

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

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

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

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

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

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

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