#ECDEE4

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

Shades of Amour #ECDEE4

Tints of Amour #ECDEE4

Color information

#ECDEE4 (or 0xECDEE4) is unknown color: approx Amour. HEX triplet: EC, DE and E4. RGB value is (236,222,228). Sum of RGB (Red+Green+Blue) = 236+222+228=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEE4 is #13211B. Grayscale: #E2E2E2. Windows color (decimal): -1253660 or 14999276. OLE color: 14999276.

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

Color convert

RGB236222228-
CMYK00.060.030.07
HSL334.29º26.92%89.8%-
HSV(B)334.29º5.93%92.55%-
XYZ74.7275.6884.07-
YUV226.87128.64134.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 228 (89.45% from 255) = 33.24%
R=34.40%
G=32.36%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622222800.060.030.07334.2926.9289.8
HexECDEE4063714e1b5a
Octal354336344063751633132
Binary111011001101111011100100011011111101001110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEE4; }

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

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

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

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

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

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

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

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