#EDDBCD

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

Shades of Almond #EDDBCD

Tints of Almond #EDDBCD

Color information

#EDDBCD (or 0xEDDBCD) is unknown color: approx Almond. HEX triplet: ED, DB and CD. RGB value is (237,219,205). Sum of RGB (Red+Green+Blue) = 237+219+205=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBCD is #122432. Grayscale: #DEDEDE. Windows color (decimal): -1188915 or 13491181. OLE color: 13491181.

HSL color Cylindrical-coordinate representation of color #EDDBCD: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDDBCD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237219205-
CMYK00.080.140.07
HSL26.25º47.06%86.67%-
HSV(B)26.25º13.5%92.94%-
XYZ71.2873.0868.11-
YUV222.79117.96138.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=35.85%
G=33.13%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721920500.080.140.0726.2547.0686.67
HexEDDBCD08E71a2f57
Octal3553333150101673257127
Binary111011011101101111001101010001110111110101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBCD; }

 p { color: rgb(237,219,205); }

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

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

 a { background-color: rgb(237,219,205); }

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

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

 span { border-color: rgb(237,219,205); }

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