#ECDDCD

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

Shades of Almond #ECDDCD

Tints of Almond #ECDDCD

Color information

#ECDDCD (or 0xECDDCD) is unknown color: approx Almond. HEX triplet: EC, DD and CD. RGB value is (236,221,205). Sum of RGB (Red+Green+Blue) = 236+221+205=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCD is #132232. Grayscale: #DFDFDF. Windows color (decimal): -1253939 or 13491692. OLE color: 13491692.

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

Color convert

RGB236221205-
CMYK00.060.130.07
HSL30.97º44.93%86.47%-
HSV(B)30.97º13.14%92.55%-
XYZ71.4773.9568.27-
YUV223.66117.47136.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=35.65%
G=33.38%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622120500.060.130.0730.9744.9386.47
HexECDDCD06D71f2d56
Octal354335315061573755126
Binary11101100110111011100110101101101111111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDCD; }

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

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

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

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

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

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

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

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