#ECE5E9

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

Shades of Amour #ECE5E9

Tints of Amour #ECE5E9

Color information

#ECE5E9 (or 0xECE5E9) is unknown color: approx Amour. HEX triplet: EC, E5 and E9. RGB value is (236,229,233). Sum of RGB (Red+Green+Blue) = 236+229+233=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5E9 is #131A16. Grayscale: #E7E7E7. Windows color (decimal): -1251863 or 15328748. OLE color: 15328748.

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

Color convert

RGB236229233-
CMYK00.030.010.07
HSL325.71º15.56%91.18%-
HSV(B)325.71º2.97%92.55%-
XYZ77.3279.7588.41-
YUV231.55128.82131.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 229 (89.84% from 255) = 32.81%
BLUE value IS 233 (91.41% from 255) = 33.38%
R=33.81%
G=32.81%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622923300.030.010.07325.7115.5691.18
HexECE5E90317146105b
Octal354345351031750620133
Binary1110110011100101111010010111111101000110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5E9; }

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

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

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

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

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

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

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

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