#EFDDC7

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

Shades of Almond #EFDDC7

Tints of Almond #EFDDC7

Color information

#EFDDC7 (or 0xEFDDC7) is unknown color: approx Almond. HEX triplet: EF, DD and C7. RGB value is (239,221,199). Sum of RGB (Red+Green+Blue) = 239+221+199=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDC7 is #102238. Grayscale: #DFDFDF. Windows color (decimal): -1057337 or 13098479. OLE color: 13098479.

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

Color convert

RGB239221199-
CMYK00.080.170.06
HSL33º55.56%85.88%-
HSV(B)33º16.74%93.73%-
XYZ71.7674.1964.57-
YUV223.87113.96138.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 199 (78.12% from 255) = 30.20%
R=36.27%
G=33.54%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922119900.080.170.063355.5685.88
HexEFDDC708116213856
Octal3573353070102164170126
Binary11101111110111011100011101000100011101000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDC7; }

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

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

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

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

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

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

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

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