#E7E2E5

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

Shades of Amour #E7E2E5

Tints of Amour #E7E2E5

Color information

#E7E2E5 (or 0xE7E2E5) is unknown color: approx Amour. HEX triplet: E7, E2 and E5. RGB value is (231,226,229). Sum of RGB (Red+Green+Blue) = 231+226+229=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2E5 is #181D1A. Grayscale: #E3E3E3. Windows color (decimal): -1580315 or 15065831. OLE color: 15065831.

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

Color convert

RGB231226229-
CMYK00.020.010.09
HSL324º9.43%89.61%-
HSV(B)324º2.16%90.59%-
XYZ74.2977.0485.08-
YUV227.84128.66130.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.67%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=33.67%
G=32.94%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122622900.020.010.093249.4389.61
HexE7E2E5021914495a
Octal3473423450211150411132
Binary1110011111100010111001010101100110100010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E2E5; }

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

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

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

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

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

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

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

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