#ECDACA

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

Shades of Almond #ECDACA

Tints of Almond #ECDACA

Color information

#ECDACA (or 0xECDACA) is unknown color: approx Almond. HEX triplet: EC, DA and CA. RGB value is (236,218,202). Sum of RGB (Red+Green+Blue) = 236+218+202=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDACA is #132535. Grayscale: #DDDDDD. Windows color (decimal): -1254710 or 13294316. OLE color: 13294316.

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

Color convert

RGB236218202-
CMYK00.080.140.07
HSL28.24º47.22%85.88%-
HSV(B)28.24º14.41%92.55%-
XYZ70.3272.2466.11-
YUV221.56116.96138.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=35.98%
G=33.23%
B=30.79%

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
Decimal23621820200.080.140.0728.2447.2285.88
HexECDACA08E71c2f56
Octal3543323120101673457126
Binary111011001101101011001010010001110111111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDACA; }

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

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

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

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

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

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

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

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