#EADFE2

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

Shades of Amour #EADFE2

Tints of Amour #EADFE2

Color information

#EADFE2 (or 0xEADFE2) is unknown color: approx Amour. HEX triplet: EA, DF and E2. RGB value is (234,223,226). Sum of RGB (Red+Green+Blue) = 234+223+226=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFE2 is #15201D. Grayscale: #E2E2E2. Windows color (decimal): -1384478 or 14868458. OLE color: 14868458.

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

Color convert

RGB234223226-
CMYK00.050.030.08
HSL343.64º20.75%89.61%-
HSV(B)343.64º4.7%91.76%-
XYZ74.0575.7682.67-
YUV226.63127.64133.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=34.26%
G=32.65%
B=33.09%

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
Decimal23422322600.050.030.08343.6420.7589.61
HexEADFE20538158155a
Octal3523373420531053025132
Binary1110101011011111111000100101111000101011000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFE2; }

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

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

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

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

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

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

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

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