#ECDFE5

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

Shades of Amour #ECDFE5

Tints of Amour #ECDFE5

Color information

#ECDFE5 (or 0xECDFE5) is unknown color: approx Amour. HEX triplet: EC, DF and E5. RGB value is (236,223,229). Sum of RGB (Red+Green+Blue) = 236+223+229=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFE5 is #13201A. Grayscale: #E3E3E3. Windows color (decimal): -1253403 or 15065068. OLE color: 15065068.

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

Color convert

RGB236223229-
CMYK00.060.030.07
HSL332.31º25.49%90%-
HSV(B)332.31º5.51%92.55%-
XYZ75.1276.2784.89-
YUV227.57128.81134.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 223 (87.5% from 255) = 32.41%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=34.30%
G=32.41%
B=33.28%

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
Decimal23622322900.060.030.07332.3125.4990
HexECDFE5063714c195a
Octal354337345063751431132
Binary111011001101111111100101011011111101001100110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFE5; }

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

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

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

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

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

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

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

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