#EADFE3

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

Shades of Amour #EADFE3

Tints of Amour #EADFE3

Color information

#EADFE3 (or 0xEADFE3) is unknown color: approx Amour. HEX triplet: EA, DF and E3. RGB value is (234,223,227). Sum of RGB (Red+Green+Blue) = 234+223+227=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFE3 is #15201C. Grayscale: #E2E2E2. Windows color (decimal): -1384477 or 14933994. OLE color: 14933994.

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

Color convert

RGB234223227-
CMYK00.050.030.08
HSL338.18º20.75%89.61%-
HSV(B)338.18º4.7%91.76%-
XYZ74.1875.8183.4-
YUV226.74128.14133.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=34.21%
G=32.60%
B=33.19%

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
Decimal23422322700.050.030.08338.1820.7589.61
HexEADFE30538152155a
Octal3523373430531052225132
Binary1110101011011111111000110101111000101010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFE3; }

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

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

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

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

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

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

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

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