#ECE6E9

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

Shades of Amour #ECE6E9

Tints of Amour #ECE6E9

Color information

#ECE6E9 (or 0xECE6E9) is unknown color: approx Amour. HEX triplet: EC, E6 and E9. RGB value is (236,230,233). Sum of RGB (Red+Green+Blue) = 236+230+233=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6E9 is #131916. Grayscale: #E8E8E8. Windows color (decimal): -1251607 or 15329004. OLE color: 15329004.

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

Color convert

RGB236230233-
CMYK00.030.010.07
HSL330º13.64%91.37%-
HSV(B)330º2.54%92.55%-
XYZ77.680.3188.5-
YUV232.14128.49130.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.76%
GREEN value IS 230 (90.23% from 255) = 32.90%
BLUE value IS 233 (91.41% from 255) = 33.33%
R=33.76%
G=32.90%
B=33.33%

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
Decimal23623023300.030.010.0733013.6491.37
HexECE6E9031714ae5b
Octal354346351031751216133
Binary111011001110011011101001011111110100101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6E9; }

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

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

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

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

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

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

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

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