#ECD3BC

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

Shades of Almond #ECD3BC

Tints of Almond #ECD3BC

Color information

#ECD3BC (or 0xECD3BC) is unknown color: approx Almond. HEX triplet: EC, D3 and BC. RGB value is (236,211,188). Sum of RGB (Red+Green+Blue) = 236+211+188=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3BC is #132C43. Grayscale: #D7D7D7. Windows color (decimal): -1256516 or 12375020. OLE color: 12375020.

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

Color convert

RGB236211188-
CMYK00.110.200.07
HSL28.75º55.81%83.14%-
HSV(B)28.75º20.34%92.55%-
XYZ66.9668.0557.18-
YUV215.85112.28142.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 188 (73.83% from 255) = 29.61%
R=37.17%
G=33.23%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621118800.110.200.0728.7555.8183.14
HexECD3BC0B1471d3853
Octal3543232740132473570123
Binary1110110011010011101111000101110100111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD3BC; }

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

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

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

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

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

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

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

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