#EEDDD9

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

Shades of Remy #EEDDD9

Tints of Remy #EEDDD9

Color information

#EEDDD9 (or 0xEEDDD9) is unknown color: approx Remy. HEX triplet: EE, DD and D9. RGB value is (238,221,217). Sum of RGB (Red+Green+Blue) = 238+221+217=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD9 is #112226. Grayscale: #E1E1E1. Windows color (decimal): -1122855 or 14278126. OLE color: 14278126.

HSL color Cylindrical-coordinate representation of color #EEDDD9: hue angle of 11.43º 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 #EEDDD9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238221217-
CMYK00.070.090.07
HSL11.43º38.18%89.22%-
HSV(B)11.43º8.82%93.33%-
XYZ73.6474.976.22-
YUV225.63123.13136.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 217 (85.16% from 255) = 32.10%
R=35.21%
G=32.69%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822121700.070.090.0711.4338.1889.22
HexEEDDD90797b2659
Octal356335331071171346131
Binary1110111011011101110110010111100111110111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDD9; }

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

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

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

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

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

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

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

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