#ECDDCC

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

Shades of Almond #ECDDCC

Tints of Almond #ECDDCC

Color information

#ECDDCC (or 0xECDDCC) is unknown color: approx Almond. HEX triplet: EC, DD and CC. RGB value is (236,221,204). Sum of RGB (Red+Green+Blue) = 236+221+204=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCC is #132233. Grayscale: #DFDFDF. Windows color (decimal): -1253940 or 13426156. OLE color: 13426156.

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

Color convert

RGB236221204-
CMYK00.060.140.07
HSL31.88º45.71%86.27%-
HSV(B)31.88º13.56%92.55%-
XYZ71.3573.9167.63-
YUV223.55116.97136.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=35.70%
G=33.43%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622120400.060.140.0731.8845.7186.27
HexECDDCC06E7202e56
Octal354335314061674056126
Binary111011001101110111001100011011101111000001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDCC; }

 p { color: rgb(236,221,204); }

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

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

 a { background-color: rgb(236,221,204); }

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

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

 span { border-color: rgb(236,221,204); }

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