#ECD6BD

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

Shades of Almond #ECD6BD

Tints of Almond #ECD6BD

Color information

#ECD6BD (or 0xECD6BD) is unknown color: approx Almond. HEX triplet: EC, D6 and BD. RGB value is (236,214,189). Sum of RGB (Red+Green+Blue) = 236+214+189=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6BD is #132942. Grayscale: #D9D9D9. Windows color (decimal): -1255747 or 12441324. OLE color: 12441324.

HSL color Cylindrical-coordinate representation of color #ECD6BD: hue angle of 31.91º 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 #ECD6BD is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236214189-
CMYK00.090.200.07
HSL31.91º55.29%83.33%-
HSV(B)31.91º19.92%92.55%-
XYZ67.8269.658-
YUV217.73111.79141.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=36.93%
G=33.49%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621418900.090.200.0731.9155.2983.33
HexECD6BD09147203753
Octal3543262750112474067123
Binary11101100110101101011110101001101001111000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6BD; }

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

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

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

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

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

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

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

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