#ECD7C6

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

Shades of Almond #ECD7C6

Tints of Almond #ECD7C6

Color information

#ECD7C6 (or 0xECD7C6) is unknown color: approx Almond. HEX triplet: EC, D7 and C6. RGB value is (236,215,198). Sum of RGB (Red+Green+Blue) = 236+215+198=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 198 (77.73% from 255 or 30.51% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7C6 is #132839. Grayscale: #DBDBDB. Windows color (decimal): -1255482 or 13031404. OLE color: 13031404.

HSL color Cylindrical-coordinate representation of color #ECD7C6: hue angle of 26.84º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD7C6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB236215198-
CMYK00.090.160.07
HSL26.84º50%85.1%-
HSV(B)26.84º16.1%92.55%-
XYZ69.0970.5163.39-
YUV219.34115.96139.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 215 (84.38% from 255) = 33.13%
BLUE value IS 198 (77.73% from 255) = 30.51%
R=36.36%
G=33.13%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621519800.090.160.0726.845085.1
HexECD7C6091071b3255
Octal3543273060112073362125
Binary1110110011010111110001100100110000111110111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7C6; }

 p { color: rgb(236,215,198); }

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

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

 a { background-color: rgb(236,215,198); }

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

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

 span { border-color: rgb(236,215,198); }

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