#ECDFE4

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

Shades of Amour #ECDFE4

Tints of Amour #ECDFE4

Color information

#ECDFE4 (or 0xECDFE4) is unknown color: approx Amour. HEX triplet: EC, DF and E4. RGB value is (236,223,228). Sum of RGB (Red+Green+Blue) = 236+223+228=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFE4 is #13201B. Grayscale: #E3E3E3. Windows color (decimal): -1253404 or 14999532. OLE color: 14999532.

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

Color convert

RGB236223228-
CMYK00.060.030.07
HSL336.92º25.49%90%-
HSV(B)336.92º5.51%92.55%-
XYZ74.9876.2184.16-
YUV227.46128.31134.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 228 (89.45% from 255) = 33.19%
R=34.35%
G=32.46%
B=33.19%

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
Decimal23622322800.060.030.07336.9225.4990
HexECDFE40637151195a
Octal354337344063752131132
Binary111011001101111111100100011011111101010001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFE4; }

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

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

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

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

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

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

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

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