#EDDAD7

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

Shades of Remy #EDDAD7

Tints of Remy #EDDAD7

Color information

#EDDAD7 (or 0xEDDAD7) is unknown color: approx Remy. HEX triplet: ED, DA and D7. RGB value is (237,218,215). Sum of RGB (Red+Green+Blue) = 237+218+215=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD7 is #122528. Grayscale: #DFDFDF. Windows color (decimal): -1189161 or 14146285. OLE color: 14146285.

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

Color convert

RGB237218215-
CMYK00.080.090.07
HSL8.18º37.93%88.63%-
HSV(B)8.18º9.28%92.94%-
XYZ72.2673.0574.58-
YUV223.34123.29137.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=35.37%
G=32.54%
B=32.09%

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
Decimal23721821500.080.090.078.1837.9388.63
HexEDDAD7089782659
Octal3553323270101171046131
Binary11101101110110101101011101000100111110001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAD7; }

 p { color: rgb(237,218,215); }

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

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

 a { background-color: rgb(237,218,215); }

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

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

 span { border-color: rgb(237,218,215); }

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