#ECDDE2

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

Shades of Amour #ECDDE2

Tints of Amour #ECDDE2

Color information

#ECDDE2 (or 0xECDDE2) is unknown color: approx Amour. HEX triplet: EC, DD and E2. RGB value is (236,221,226). Sum of RGB (Red+Green+Blue) = 236+221+226=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDE2 is #13221D. Grayscale: #E2E2E2. Windows color (decimal): -1253918 or 14867948. OLE color: 14867948.

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

Color convert

RGB236221226-
CMYK00.060.040.07
HSL340º28.3%89.61%-
HSV(B)340º6.36%92.55%-
XYZ74.1875.0482.53-
YUV226.06127.97135.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=34.55%
G=32.36%
B=33.09%

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
Decimal23622122600.060.040.0734028.389.61
HexECDDE206471541c5a
Octal354335342064752434132
Binary1110110011011101111000100110100111101010100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDE2; }

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

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

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

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

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

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

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

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