#ECD2BF

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

Shades of Almond #ECD2BF

Tints of Almond #ECD2BF

Color information

#ECD2BF (or 0xECD2BF) is unknown color: approx Almond. HEX triplet: EC, D2 and BF. RGB value is (236,210,191). Sum of RGB (Red+Green+Blue) = 236+210+191=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2BF is #132D40. Grayscale: #D7D7D7. Windows color (decimal): -1256769 or 12571372. OLE color: 12571372.

HSL color Cylindrical-coordinate representation of color #ECD2BF: hue angle of 25.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECD2BF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236210191-
CMYK00.110.190.07
HSL25.33º54.22%83.73%-
HSV(B)25.33º19.07%92.55%-
XYZ67.0467.6958.82-
YUV215.61114.11142.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 191 (75% from 255) = 29.98%
R=37.05%
G=32.97%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621019100.110.190.0725.3354.2283.73
HexECD2BF0B137193654
Octal3543222770132373166124
Binary1110110011010010101111110101110011111110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2BF; }

 p { color: rgb(236,210,191); }

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

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

 a { background-color: rgb(236,210,191); }

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

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

 span { border-color: rgb(236,210,191); }

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