#ECDFE3

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

Shades of Amour #ECDFE3

Tints of Amour #ECDFE3

Color information

#ECDFE3 (or 0xECDFE3) is unknown color: approx Amour. HEX triplet: EC, DF and E3. RGB value is (236,223,227). Sum of RGB (Red+Green+Blue) = 236+223+227=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFE3 is #13201C. Grayscale: #E3E3E3. Windows color (decimal): -1253405 or 14933996. OLE color: 14933996.

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

Color convert

RGB236223227-
CMYK00.060.040.07
HSL341.54º25.49%90%-
HSV(B)341.54º5.51%92.55%-
XYZ74.8476.1583.43-
YUV227.34127.81134.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=34.40%
G=32.51%
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
Decimal23622322700.060.040.07341.5425.4990
HexECDFE30647156195a
Octal354337343064752631132
Binary1110110011011111111000110110100111101010110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFE3; }

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

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

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

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

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

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

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

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