#ECDBC9

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

Shades of Almond #ECDBC9

Tints of Almond #ECDBC9

Color information

#ECDBC9 (or 0xECDBC9) is unknown color: approx Almond. HEX triplet: EC, DB and C9. RGB value is (236,219,201). Sum of RGB (Red+Green+Blue) = 236+219+201=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC9 is #132436. Grayscale: #DEDEDE. Windows color (decimal): -1254455 or 13229036. OLE color: 13229036.

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

Color convert

RGB236219201-
CMYK00.070.150.07
HSL30.86º47.95%85.69%-
HSV(B)30.86º14.83%92.55%-
XYZ70.4772.7165.58-
YUV222.03116.13137.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 201 (78.91% from 255) = 30.64%
R=35.98%
G=33.38%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621920100.070.150.0730.8647.9585.69
HexECDBC907F71f3056
Octal354333311071773760126
Binary11101100110110111100100101111111111111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBC9; }

 p { color: rgb(236,219,201); }

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

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

 a { background-color: rgb(236,219,201); }

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

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

 span { border-color: rgb(236,219,201); }

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