#EFDDCB

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

Shades of Almond #EFDDCB

Tints of Almond #EFDDCB

Color information

#EFDDCB (or 0xEFDDCB) is unknown color: approx Almond. HEX triplet: EF, DD and CB. RGB value is (239,221,203). Sum of RGB (Red+Green+Blue) = 239+221+203=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCB is #102234. Grayscale: #E0E0E0. Windows color (decimal): -1057333 or 13360623. OLE color: 13360623.

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

Color convert

RGB239221203-
CMYK00.080.150.06
HSL30º52.94%86.67%-
HSV(B)30º15.06%93.73%-
XYZ72.2374.3867.05-
YUV224.33115.96138.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=36.05%
G=33.33%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922120300.080.150.063052.9486.67
HexEFDDCB08F61e3557
Octal3573353130101763665127
Binary111011111101110111001011010001111110111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDCB; }

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

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

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

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

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

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

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

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