#ECDBCA

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

Shades of Almond #ECDBCA

Tints of Almond #ECDBCA

Color information

#ECDBCA (or 0xECDBCA) is unknown color: approx Almond. HEX triplet: EC, DB and CA. RGB value is (236,219,202). Sum of RGB (Red+Green+Blue) = 236+219+202=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCA is #132435. Grayscale: #DEDEDE. Windows color (decimal): -1254454 or 13294572. OLE color: 13294572.

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

Color convert

RGB236219202-
CMYK00.070.140.07
HSL30º47.22%85.88%-
HSV(B)30º14.41%92.55%-
XYZ70.5872.7666.2-
YUV222.14116.63137.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=35.92%
G=33.33%
B=30.75%

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
Decimal23621920200.070.140.073047.2285.88
HexECDBCA07E71e2f56
Octal354333312071673657126
Binary11101100110110111100101001111110111111101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBCA; }

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

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

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

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

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

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

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

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