#EDDCD9

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

Shades of Remy #EDDCD9

Tints of Remy #EDDCD9

Color information

#EDDCD9 (or 0xEDDCD9) is unknown color: approx Remy. HEX triplet: ED, DC and D9. RGB value is (237,220,217). Sum of RGB (Red+Green+Blue) = 237+220+217=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD9 is #122326. Grayscale: #E0E0E0. Windows color (decimal): -1188647 or 14277869. OLE color: 14277869.

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

Color convert

RGB237220217-
CMYK00.070.080.07
HSL35.71%89.02%-
HSV(B)8.44%92.94%-
XYZ73.0474.276.12-
YUV224.74123.63136.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=35.16%
G=32.64%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722021700.070.080.07935.7189.02
HexEDDCD9078792459
Octal355334331071071144131
Binary1110110111011100110110010111100011110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCD9; }

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

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

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

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

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

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

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

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