#EFDECB

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

Shades of Almond #EFDECB

Tints of Almond #EFDECB

Color information

#EFDECB (or 0xEFDECB) is unknown color: approx Almond. HEX triplet: EF, DE and CB. RGB value is (239,222,203). Sum of RGB (Red+Green+Blue) = 239+222+203=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECB is #102134. Grayscale: #E1E1E1. Windows color (decimal): -1057077 or 13360879. OLE color: 13360879.

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

Color convert

RGB239222203-
CMYK00.070.150.06
HSL31.67º52.94%86.67%-
HSV(B)31.67º15.06%93.73%-
XYZ72.574.9167.14-
YUV224.92115.63138.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=35.99%
G=33.43%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922220300.070.150.0631.6752.9486.67
HexEFDECB07F6203557
Octal357336313071764065127
Binary111011111101111011001011011111111101000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDECB; }

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

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

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

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

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

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

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

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