#EFDDD9

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

Shades of Remy #EFDDD9

Tints of Remy #EFDDD9

Color information

#EFDDD9 (or 0xEFDDD9) is unknown color: approx Remy. HEX triplet: EF, DD and D9. RGB value is (239,221,217). Sum of RGB (Red+Green+Blue) = 239+221+217=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD9 is #102226. Grayscale: #E1E1E1. Windows color (decimal): -1057319 or 14278127. OLE color: 14278127.

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

Color convert

RGB239221217-
CMYK00.080.090.06
HSL10.91º40.74%89.41%-
HSV(B)10.91º9.21%93.73%-
XYZ73.9875.0776.24-
YUV225.93122.96137.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=35.30%
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.06
SystemRedGreenBlueCMYKHSL
Decimal23922121700.080.090.0610.9140.7489.41
HexEFDDD90896b2959
Octal3573353310101161351131
Binary11101111110111011101100101000100111010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDD9; }

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

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

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

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

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

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

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

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