#ECD4BE

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

Shades of Almond #ECD4BE

Tints of Almond #ECD4BE

Color information

#ECD4BE (or 0xECD4BE) is unknown color: approx Almond. HEX triplet: EC, D4 and BE. RGB value is (236,212,190). Sum of RGB (Red+Green+Blue) = 236+212+190=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4BE is #132B41. Grayscale: #D8D8D8. Windows color (decimal): -1256258 or 12506348. OLE color: 12506348.

HSL color Cylindrical-coordinate representation of color #ECD4BE: hue angle of 28.7º degrees, saturation: 0.55, 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 #ECD4BE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236212190-
CMYK00.100.190.07
HSL28.7º54.76%83.53%-
HSV(B)28.7º19.49%92.55%-
XYZ67.4368.6458.41-
YUV216.67112.95141.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=36.99%
G=33.23%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621219000.100.190.0728.754.7683.53
HexECD4BE0A1371d3754
Octal3543242760122373567124
Binary1110110011010100101111100101010011111111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4BE; }

 p { color: rgb(236,212,190); }

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

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

 a { background-color: rgb(236,212,190); }

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

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

 span { border-color: rgb(236,212,190); }

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