#EFDECE

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

Shades of Almond #EFDECE

Tints of Almond #EFDECE

Color information

#EFDECE (or 0xEFDECE) is unknown color: approx Almond. HEX triplet: EF, DE and CE. RGB value is (239,222,206). Sum of RGB (Red+Green+Blue) = 239+222+206=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECE is #102131. Grayscale: #E1E1E1. Windows color (decimal): -1057074 or 13557487. OLE color: 13557487.

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

Color convert

RGB239222206-
CMYK00.070.140.06
HSL29.09º50.77%87.25%-
HSV(B)29.09º13.81%93.73%-
XYZ72.8675.0569.04-
YUV225.26117.13137.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=35.83%
G=33.28%
B=30.88%

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
Decimal23922220600.070.140.0629.0950.7787.25
HexEFDECE07E61d3357
Octal357336316071663563127
Binary11101111110111101100111001111110110111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDECE; }

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

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

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

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

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

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

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

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