#EFDCD9

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

Shades of Remy #EFDCD9

Tints of Remy #EFDCD9

Color information

#EFDCD9 (or 0xEFDCD9) is unknown color: approx Remy. HEX triplet: EF, DC and D9. RGB value is (239,220,217). Sum of RGB (Red+Green+Blue) = 239+220+217=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD9 is #102326. Grayscale: #E1E1E1. Windows color (decimal): -1057575 or 14277871. OLE color: 14277871.

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

Color convert

RGB239220217-
CMYK00.080.090.06
HSL8.18º40.74%89.41%-
HSV(B)8.18º9.21%93.73%-
XYZ73.7174.5576.15-
YUV225.34123.29137.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 217 (85.16% from 255) = 32.10%
R=35.36%
G=32.54%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922021700.080.090.068.1840.7489.41
HexEFDCD9089682959
Octal3573343310101161051131
Binary11101111110111001101100101000100111010001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCD9; }

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

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

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

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

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

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

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

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