#ECD5C4

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

Shades of Almond #ECD5C4

Tints of Almond #ECD5C4

Color information

#ECD5C4 (or 0xECD5C4) is unknown color: approx Almond. HEX triplet: EC, D5 and C4. RGB value is (236,213,196). Sum of RGB (Red+Green+Blue) = 236+213+196=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5C4 is #132A3B. Grayscale: #DADADA. Windows color (decimal): -1255996 or 12899820. OLE color: 12899820.

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

Color convert

RGB236213196-
CMYK00.100.170.07
HSL25.5º51.28%84.71%-
HSV(B)25.5º16.95%92.55%-
XYZ68.3569.4162.02-
YUV217.94115.62140.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 196 (76.95% from 255) = 30.39%
R=36.59%
G=33.02%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621319600.100.170.0725.551.2884.71
HexECD5C40A1171a3355
Octal3543253040122173263125
Binary1110110011010101110001000101010001111110101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5C4; }

 p { color: rgb(236,213,196); }

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

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

 a { background-color: rgb(236,213,196); }

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

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

 span { border-color: rgb(236,213,196); }

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