#EADEE3

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

Shades of Amour #EADEE3

Tints of Amour #EADEE3

Color information

#EADEE3 (or 0xEADEE3) is unknown color: approx Amour. HEX triplet: EA, DE and E3. RGB value is (234,222,227). Sum of RGB (Red+Green+Blue) = 234+222+227=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE3 is #15211C. Grayscale: #E2E2E2. Windows color (decimal): -1384733 or 14933738. OLE color: 14933738.

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

Color convert

RGB234222227-
CMYK00.050.030.08
HSL335º22.22%89.41%-
HSV(B)335º5.13%91.76%-
XYZ73.9275.2883.31-
YUV226.16128.48133.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=34.26%
G=32.50%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422222700.050.030.0833522.2289.41
HexEADEE3053814f1659
Octal3523363430531051726131
Binary1110101011011110111000110101111000101001111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEE3; }

 p { color: rgb(234,222,227); }

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

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

 a { background-color: rgb(234,222,227); }

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

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

 span { border-color: rgb(234,222,227); }

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