#ECD5BD

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

Shades of Almond #ECD5BD

Tints of Almond #ECD5BD

Color information

#ECD5BD (or 0xECD5BD) is unknown color: approx Almond. HEX triplet: EC, D5 and BD. RGB value is (236,213,189). Sum of RGB (Red+Green+Blue) = 236+213+189=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5BD is #132A42. Grayscale: #D9D9D9. Windows color (decimal): -1256003 or 12441068. OLE color: 12441068.

HSL color Cylindrical-coordinate representation of color #ECD5BD: hue angle of 30.64º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECD5BD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236213189-
CMYK00.100.200.07
HSL30.64º55.29%83.33%-
HSV(B)30.64º19.92%92.55%-
XYZ67.5769.157.92-
YUV217.14112.12141.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=36.99%
G=33.39%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621318900.100.200.0730.6455.2983.33
HexECD5BD0A1471f3753
Octal3543252750122473767123
Binary1110110011010101101111010101010100111111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5BD; }

 p { color: rgb(236,213,189); }

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

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

 a { background-color: rgb(236,213,189); }

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

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

 span { border-color: rgb(236,213,189); }

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