#EEDDE2

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

Shades of Amour #EEDDE2

Tints of Amour #EEDDE2

Color information

#EEDDE2 (or 0xEEDDE2) is unknown color: approx Amour. HEX triplet: EE, DD and E2. RGB value is (238,221,226). Sum of RGB (Red+Green+Blue) = 238+221+226=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDE2 is #11221D. Grayscale: #E2E2E2. Windows color (decimal): -1122846 or 14867950. OLE color: 14867950.

HSL color Cylindrical-coordinate representation of color #EEDDE2: hue angle of 342.35º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDDE2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238221226-
CMYK00.070.050.07
HSL342.35º33.33%90%-
HSV(B)342.35º7.14%93.33%-
XYZ74.8475.3882.56-
YUV226.65127.63136.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=34.74%
G=32.26%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822122600.070.050.07342.3533.3390
HexEEDDE20757156215a
Octal356335342075752641132
Binary11101110110111011110001001111011111010101101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDE2; }

 p { color: rgb(238,221,226); }

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

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

 a { background-color: rgb(238,221,226); }

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

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

 span { border-color: rgb(238,221,226); }

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