#ECADB0

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

Shades of Pale Chestnut #ECADB0

Tints of Pale Chestnut #ECADB0

Color information

#ECADB0 (or 0xECADB0) is unknown color: approx Pale Chestnut. HEX triplet: EC, AD and B0. RGB value is (236,173,176). Sum of RGB (Red+Green+Blue) = 236+173+176=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADB0 is #13524F. Grayscale: #C0C0C0. Windows color (decimal): -1266256 or 11578860. OLE color: 11578860.

HSL color Cylindrical-coordinate representation of color #ECADB0: hue angle of 357.14º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADB0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236173176-
CMYK00.270.250.07
HSL357.14º62.38%80.2%-
HSV(B)357.14º26.69%92.55%-
XYZ57.3750.8547.87-
YUV192.18118.87159.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=40.34%
G=29.57%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617317600.270.250.07357.1462.3880.2
HexECADB001B1971653e50
Octal35425526003331754576120
Binary111011001010110110110000011011110011111011001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADB0; }

 p { color: rgb(236,173,176); }

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

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

 a { background-color: rgb(236,173,176); }

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

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

 span { border-color: rgb(236,173,176); }

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