#EFDDCE

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

Shades of Almond #EFDDCE

Tints of Almond #EFDDCE

Color information

#EFDDCE (or 0xEFDDCE) is unknown color: approx Almond. HEX triplet: EF, DD and CE. RGB value is (239,221,206). Sum of RGB (Red+Green+Blue) = 239+221+206=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCE is #102231. Grayscale: #E0E0E0. Windows color (decimal): -1057330 or 13557231. OLE color: 13557231.

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

Color convert

RGB239221206-
CMYK00.080.140.06
HSL27.27º50.77%87.25%-
HSV(B)27.27º13.81%93.73%-
XYZ72.5974.5268.95-
YUV224.67117.46138.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=35.89%
G=33.18%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922120600.080.140.0627.2750.7787.25
HexEFDDCE08E61b3357
Octal3573353160101663363127
Binary111011111101110111001110010001110110110111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDCE; }

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

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

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

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

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

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

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

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