#E7E5E6

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

Shades of Amour #E7E5E6

Tints of Amour #E7E5E6

Color information

#E7E5E6 (or 0xE7E5E6) is unknown color: approx Amour. HEX triplet: E7, E5 and E6. RGB value is (231,229,230). Sum of RGB (Red+Green+Blue) = 231+229+230=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E5E6 is #181A19. Grayscale: #E5E5E5. Windows color (decimal): -1579546 or 15132135. OLE color: 15132135.

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

Color convert

RGB231229230-
CMYK00.010.000.09
HSL330º4%90.2%-
HSV(B)330º0.87%90.59%-
XYZ75.2678.7486.09-
YUV229.71128.16128.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.48%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 230 (90.23% from 255) = 33.33%
R=33.48%
G=33.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122923000.010.000.09330490.2
HexE7E5E6010914a45a
Octal347345346010115124132
Binary11100111111001011110011001010011010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E5E6; }

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

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

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

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

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

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

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

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