#EFDDCD

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

Shades of Almond #EFDDCD

Tints of Almond #EFDDCD

Color information

#EFDDCD (or 0xEFDDCD) is unknown color: approx Almond. HEX triplet: EF, DD and CD. RGB value is (239,221,205). Sum of RGB (Red+Green+Blue) = 239+221+205=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCD is #102232. Grayscale: #E0E0E0. Windows color (decimal): -1057331 or 13491695. OLE color: 13491695.

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

Color convert

RGB239221205-
CMYK00.080.140.06
HSL28.24º51.52%87.06%-
HSV(B)28.24º14.23%93.73%-
XYZ72.4774.4768.31-
YUV224.56116.96138.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=35.94%
G=33.23%
B=30.83%

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
Decimal23922120500.080.140.0628.2451.5287.06
HexEFDDCD08E61c3457
Octal3573353150101663464127
Binary111011111101110111001101010001110110111001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDCD; }

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

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

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

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

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

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

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

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