#EADCE1

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

Shades of Amour #EADCE1

Tints of Amour #EADCE1

Color information

#EADCE1 (or 0xEADCE1) is unknown color: approx Amour. HEX triplet: EA, DC and E1. RGB value is (234,220,225). Sum of RGB (Red+Green+Blue) = 234+220+225=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCE1 is #15231E. Grayscale: #E0E0E0. Windows color (decimal): -1385247 or 14802154. OLE color: 14802154.

HSL color Cylindrical-coordinate representation of color #EADCE1: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCE1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234220225-
CMYK00.060.040.08
HSL338.57º25%89.02%-
HSV(B)338.57º5.98%91.76%-
XYZ73.1274.1281.69-
YUV224.76128.14134.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=34.46%
G=32.40%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422022500.060.040.08338.572589.02
HexEADCE106481531959
Octal3523343410641052331131
Binary11101010110111001110000101101001000101010011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCE1; }

 p { color: rgb(234,220,225); }

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

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

 a { background-color: rgb(234,220,225); }

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

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

 span { border-color: rgb(234,220,225); }

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