#ECDDCB

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

Shades of Almond #ECDDCB

Tints of Almond #ECDDCB

Color information

#ECDDCB (or 0xECDDCB) is unknown color: approx Almond. HEX triplet: EC, DD and CB. RGB value is (236,221,203). Sum of RGB (Red+Green+Blue) = 236+221+203=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCB is #132234. Grayscale: #DFDFDF. Windows color (decimal): -1253941 or 13360620. OLE color: 13360620.

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

Color convert

RGB236221203-
CMYK00.060.140.07
HSL32.73º46.48%86.08%-
HSV(B)32.73º13.98%92.55%-
XYZ71.2373.8667-
YUV223.43116.47136.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=35.76%
G=33.48%
B=30.76%

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
Decimal23622120300.060.140.0732.7346.4886.08
HexECDDCB06E7212e56
Octal354335313061674156126
Binary111011001101110111001011011011101111000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDCB; }

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

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

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

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

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

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

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

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