#EFDECD

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

Shades of Almond #EFDECD

Tints of Almond #EFDECD

Color information

#EFDECD (or 0xEFDECD) is unknown color: approx Almond. HEX triplet: EF, DE and CD. RGB value is (239,222,205). Sum of RGB (Red+Green+Blue) = 239+222+205=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECD is #102132. Grayscale: #E1E1E1. Windows color (decimal): -1057075 or 13491951. OLE color: 13491951.

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

Color convert

RGB239222205-
CMYK00.070.140.06
HSL30º51.52%87.06%-
HSV(B)30º14.23%93.73%-
XYZ72.747568.4-
YUV225.14116.63137.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 30.78%
R=35.89%
G=33.33%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922220500.070.140.063051.5287.06
HexEFDECD07E61e3457
Octal357336315071663664127
Binary11101111110111101100110101111110110111101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDECD; }

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

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

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

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

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

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

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

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