#ECD3BE

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

Shades of Almond #ECD3BE

Tints of Almond #ECD3BE

Color information

#ECD3BE (or 0xECD3BE) is unknown color: approx Almond. HEX triplet: EC, D3 and BE. RGB value is (236,211,190). Sum of RGB (Red+Green+Blue) = 236+211+190=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3BE is #132C41. Grayscale: #D8D8D8. Windows color (decimal): -1256514 or 12506092. OLE color: 12506092.

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

Color convert

RGB236211190-
CMYK00.110.190.07
HSL27.39º54.76%83.53%-
HSV(B)27.39º19.49%92.55%-
XYZ67.1868.1458.33-
YUV216.08113.28142.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=37.05%
G=33.12%
B=29.83%

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
Decimal23621119000.110.190.0727.3954.7683.53
HexECD3BE0B1371b3754
Octal3543232760132373367124
Binary1110110011010011101111100101110011111110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3BE; }

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

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

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

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

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

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

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

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