#ECE6E7

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

Shades of Amour #ECE6E7

Tints of Amour #ECE6E7

Color information

#ECE6E7 (or 0xECE6E7) is unknown color: approx Amour. HEX triplet: EC, E6 and E7. RGB value is (236,230,231). Sum of RGB (Red+Green+Blue) = 236+230+231=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6E7 is #131918. Grayscale: #E7E7E7. Windows color (decimal): -1251609 or 15197932. OLE color: 15197932.

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

Color convert

RGB236230231-
CMYK00.030.020.07
HSL350º13.64%91.37%-
HSV(B)350º2.54%92.55%-
XYZ77.3180.287.01-
YUV231.91127.49130.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 230 (90.23% from 255) = 33.00%
BLUE value IS 231 (90.62% from 255) = 33.14%
R=33.86%
G=33.00%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623023100.030.020.0735013.6491.37
HexECE6E7032715ee5b
Octal354346347032753616133
Binary1110110011100110111001110111011110101111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6E7; }

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

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

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

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

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

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

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

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