#ECE5E7

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

Shades of Amour #ECE5E7

Tints of Amour #ECE5E7

Color information

#ECE5E7 (or 0xECE5E7) is unknown color: approx Amour. HEX triplet: EC, E5 and E7. RGB value is (236,229,231). Sum of RGB (Red+Green+Blue) = 236+229+231=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5E7 is #131A18. Grayscale: #E7E7E7. Windows color (decimal): -1251865 or 15197676. OLE color: 15197676.

HSL color Cylindrical-coordinate representation of color #ECE5E7: hue angle of 342.86º degrees, saturation: 0.16, 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 #ECE5E7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236229231-
CMYK00.030.020.07
HSL342.86º15.56%91.18%-
HSV(B)342.86º2.97%92.55%-
XYZ77.0479.6486.91-
YUV231.32127.82131.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 229 (89.84% from 255) = 32.90%
BLUE value IS 231 (90.62% from 255) = 33.19%
R=33.91%
G=32.90%
B=33.19%

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
Decimal23622923100.030.020.07342.8615.5691.18
HexECE5E70327157105b
Octal354345347032752720133
Binary11101100111001011110011101110111101010111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5E7; }

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

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

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

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

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

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

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

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