#E7DFE2

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

Shades of Amour #E7DFE2

Tints of Amour #E7DFE2

Color information

#E7DFE2 (or 0xE7DFE2) is unknown color: approx Amour. HEX triplet: E7, DF and E2. RGB value is (231,223,226). Sum of RGB (Red+Green+Blue) = 231+223+226=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFE2 is #18201D. Grayscale: #E1E1E1. Windows color (decimal): -1581086 or 14868455. OLE color: 14868455.

HSL color Cylindrical-coordinate representation of color #E7DFE2: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7DFE2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231223226-
CMYK00.030.020.09
HSL337.5º14.29%89.02%-
HSV(B)337.5º3.46%90.59%-
XYZ73.0775.2682.63-
YUV225.73128.15131.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.97%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=33.97%
G=32.79%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122322600.030.020.09337.514.2989.02
HexE7DFE20329152e59
Octal3473373420321152216131
Binary11100111110111111110001001110100110101001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFE2; }

 p { color: rgb(231,223,226); }

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

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

 a { background-color: rgb(231,223,226); }

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

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

 span { border-color: rgb(231,223,226); }

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