#E6E0E2

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

Shades of Amour #E6E0E2

Tints of Amour #E6E0E2

Color information

#E6E0E2 (or 0xE6E0E2) is unknown color: approx Amour. HEX triplet: E6, E0 and E2. RGB value is (230,224,226). Sum of RGB (Red+Green+Blue) = 230+224+226=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0E2 is #191F1D. Grayscale: #E2E2E2. Windows color (decimal): -1646366 or 14868710. OLE color: 14868710.

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

Color convert

RGB230224226-
CMYK00.030.020.10
HSL340º10.71%89.02%-
HSV(B)340º2.61%90.2%-
XYZ73.0275.6382.7-
YUV226.02127.99130.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.82%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=33.82%
G=32.94%
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.10
SystemRedGreenBlueCMYKHSL
Decimal23022422600.030.020.1034010.7189.02
HexE6E0E2032A154b59
Octal3463403420321252413131
Binary11100110111000001110001001110101010101010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0E2; }

 p { color: rgb(230,224,226); }

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

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

 a { background-color: rgb(230,224,226); }

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

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

 span { border-color: rgb(230,224,226); }

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