#ECD8C2

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

Shades of Almond #ECD8C2

Tints of Almond #ECD8C2

Color information

#ECD8C2 (or 0xECD8C2) is unknown color: approx Almond. HEX triplet: EC, D8 and C2. RGB value is (236,216,194). Sum of RGB (Red+Green+Blue) = 236+216+194=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8C2 is #13273D. Grayscale: #DBDBDB. Windows color (decimal): -1255230 or 12769516. OLE color: 12769516.

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

Color convert

RGB236216194-
CMYK00.080.180.07
HSL31.43º52.5%84.31%-
HSV(B)31.43º17.8%92.55%-
XYZ68.8970.8461.08-
YUV219.47113.63139.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 194 (76.17% from 255) = 30.03%
R=36.53%
G=33.44%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621619400.080.180.0731.4352.584.31
HexECD8C2081271f3554
Octal3543303020102273765124
Binary1110110011011000110000100100010010111111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8C2; }

 p { color: rgb(236,216,194); }

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

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

 a { background-color: rgb(236,216,194); }

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

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

 span { border-color: rgb(236,216,194); }

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