#EEDCD9

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

Shades of Remy #EEDCD9

Tints of Remy #EEDCD9

Color information

#EEDCD9 (or 0xEEDCD9) is unknown color: approx Remy. HEX triplet: EE, DC and D9. RGB value is (238,220,217). Sum of RGB (Red+Green+Blue) = 238+220+217=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD9 is #112326. Grayscale: #E1E1E1. Windows color (decimal): -1123111 or 14277870. OLE color: 14277870.

HSL color Cylindrical-coordinate representation of color #EEDCD9: hue angle of 8.57º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDCD9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238220217-
CMYK00.080.090.07
HSL8.57º38.18%89.22%-
HSV(B)8.57º8.82%93.33%-
XYZ73.3874.3776.13-
YUV225.04123.46137.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=35.26%
G=32.59%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822021700.080.090.078.5738.1889.22
HexEEDCD9089792659
Octal3563343310101171146131
Binary11101110110111001101100101000100111110011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCD9; }

 p { color: rgb(238,220,217); }

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

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

 a { background-color: rgb(238,220,217); }

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

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

 span { border-color: rgb(238,220,217); }

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