#ECD9CA

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

Shades of Almond #ECD9CA

Tints of Almond #ECD9CA

Color information

#ECD9CA (or 0xECD9CA) is unknown color: approx Almond. HEX triplet: EC, D9 and CA. RGB value is (236,217,202). Sum of RGB (Red+Green+Blue) = 236+217+202=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9CA is #132635. Grayscale: #DDDDDD. Windows color (decimal): -1254966 or 13294060. OLE color: 13294060.

HSL color Cylindrical-coordinate representation of color #ECD9CA: hue angle of 26.47º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD9CA is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236217202-
CMYK00.080.140.07
HSL26.47º47.22%85.88%-
HSV(B)26.47º14.41%92.55%-
XYZ70.0771.7266.03-
YUV220.97117.29138.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=36.03%
G=33.13%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621720200.080.140.0726.4747.2285.88
HexECD9CA08E71a2f56
Octal3543313120101673257126
Binary111011001101100111001010010001110111110101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9CA; }

 p { color: rgb(236,217,202); }

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

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

 a { background-color: rgb(236,217,202); }

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

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

 span { border-color: rgb(236,217,202); }

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