#ECD6C5

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

Shades of Almond #ECD6C5

Tints of Almond #ECD6C5

Color information

#ECD6C5 (or 0xECD6C5) is unknown color: approx Almond. HEX triplet: EC, D6 and C5. RGB value is (236,214,197). Sum of RGB (Red+Green+Blue) = 236+214+197=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6C5 is #13293A. Grayscale: #DADADA. Windows color (decimal): -1255739 or 12965612. OLE color: 12965612.

HSL color Cylindrical-coordinate representation of color #ECD6C5: hue angle of 26.15º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD6C5 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236214197-
CMYK00.090.170.07
HSL26.15º50.65%84.9%-
HSV(B)26.15º16.53%92.55%-
XYZ68.7269.9662.7-
YUV218.64115.79140.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 214 (83.98% from 255) = 33.08%
BLUE value IS 197 (77.34% from 255) = 30.45%
R=36.48%
G=33.08%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621419700.090.170.0726.1550.6584.9
HexECD6C5091171a3355
Octal3543263050112173263125
Binary1110110011010110110001010100110001111110101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6C5; }

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

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

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

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

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

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

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

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