#ECDACB

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

Shades of Almond #ECDACB

Tints of Almond #ECDACB

Color information

#ECDACB (or 0xECDACB) is unknown color: approx Almond. HEX triplet: EC, DA and CB. RGB value is (236,218,203). Sum of RGB (Red+Green+Blue) = 236+218+203=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDACB is #132534. Grayscale: #DDDDDD. Windows color (decimal): -1254709 or 13359852. OLE color: 13359852.

HSL color Cylindrical-coordinate representation of color #ECDACB: hue angle of 27.27º degrees, saturation: 0.46, 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 #ECDACB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236218203-
CMYK00.080.140.07
HSL27.27º46.48%86.08%-
HSV(B)27.27º13.98%92.55%-
XYZ70.4472.2966.74-
YUV221.67117.46138.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=35.92%
G=33.18%
B=30.90%

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
Decimal23621820300.080.140.0727.2746.4886.08
HexECDACB08E71b2e56
Octal3543323130101673356126
Binary111011001101101011001011010001110111110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDACB; }

 p { color: rgb(236,218,203); }

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

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

 a { background-color: rgb(236,218,203); }

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

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

 span { border-color: rgb(236,218,203); }

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