#ECDBCB

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

Shades of Almond #ECDBCB

Tints of Almond #ECDBCB

Color information

#ECDBCB (or 0xECDBCB) is unknown color: approx Almond. HEX triplet: EC, DB and CB. RGB value is (236,219,203). Sum of RGB (Red+Green+Blue) = 236+219+203=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCB is #132434. Grayscale: #DEDEDE. Windows color (decimal): -1254453 or 13360108. OLE color: 13360108.

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

Color convert

RGB236219203-
CMYK00.070.140.07
HSL29.09º46.48%86.08%-
HSV(B)29.09º13.98%92.55%-
XYZ70.772.8166.83-
YUV222.26117.13137.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.87%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=35.87%
G=33.28%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621920300.070.140.0729.0946.4886.08
HexECDBCB07E71d2e56
Octal354333313071673556126
Binary11101100110110111100101101111110111111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBCB; }

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

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

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

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

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

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

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

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