#ECDEE2

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

Shades of Amour #ECDEE2

Tints of Amour #ECDEE2

Color information

#ECDEE2 (or 0xECDEE2) is unknown color: approx Amour. HEX triplet: EC, DE and E2. RGB value is (236,222,226). Sum of RGB (Red+Green+Blue) = 236+222+226=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEE2 is #13211D. Grayscale: #E2E2E2. Windows color (decimal): -1253662 or 14868204. OLE color: 14868204.

HSL color Cylindrical-coordinate representation of color #ECDEE2: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDEE2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236222226-
CMYK00.060.040.07
HSL342.86º26.92%89.8%-
HSV(B)342.86º5.93%92.55%-
XYZ74.4475.5782.61-
YUV226.64127.64134.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=34.50%
G=32.46%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622222600.060.040.07342.8626.9289.8
HexECDEE206471571b5a
Octal354336342064752733132
Binary1110110011011110111000100110100111101010111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEE2; }

 p { color: rgb(236,222,226); }

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

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

 a { background-color: rgb(236,222,226); }

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

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

 span { border-color: rgb(236,222,226); }

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