#EEDCD8

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

Shades of Remy #EEDCD8

Tints of Remy #EEDCD8

Color information

#EEDCD8 (or 0xEEDCD8) is unknown color: approx Remy. HEX triplet: EE, DC and D8. RGB value is (238,220,216). Sum of RGB (Red+Green+Blue) = 238+220+216=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD8 is #112327. Grayscale: #E0E0E0. Windows color (decimal): -1123112 or 14212334. OLE color: 14212334.

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

Color convert

RGB238220216-
CMYK00.080.090.07
HSL10.91º39.29%89.02%-
HSV(B)10.91º9.24%93.33%-
XYZ73.2574.3275.45-
YUV224.93122.96137.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=35.31%
G=32.64%
B=32.05%

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
Decimal23822021600.080.090.0710.9139.2989.02
HexEEDCD80897b2759
Octal3563343300101171347131
Binary11101110110111001101100001000100111110111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCD8; }

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

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

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

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

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

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

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

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