#ECDBCD

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

Shades of Almond #ECDBCD

Tints of Almond #ECDBCD

Color information

#ECDBCD (or 0xECDBCD) is unknown color: approx Almond. HEX triplet: EC, DB and CD. RGB value is (236,219,205). Sum of RGB (Red+Green+Blue) = 236+219+205=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCD is #132432. Grayscale: #DEDEDE. Windows color (decimal): -1254451 or 13491180. OLE color: 13491180.

HSL color Cylindrical-coordinate representation of color #ECDBCD: hue angle of 27.1º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDBCD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236219205-
CMYK00.070.130.07
HSL27.1º44.93%86.47%-
HSV(B)27.1º13.14%92.55%-
XYZ70.9472.968.09-
YUV222.49118.13137.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=35.76%
G=33.18%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621920500.070.130.0727.144.9386.47
HexECDBCD07D71b2d56
Octal354333315071573355126
Binary11101100110110111100110101111101111110111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBCD; }

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

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

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

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

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

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

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

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