Shades of Pale Chestnut #ECADB0
Tints of Pale Chestnut #ECADB0
RGB
CMYK
RGB Variations
Color information
#ECADB0 (or 0xECADB0) is known color: 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
RGB | 236 | 173 | 176 | - |
CMYK | 0 | 0.27 | 0.25 | 0.07 |
HSL | 357.14º | 0.62% | 0.8% | - |
HSV(B) | 357.14º | 0.27% | 0.93% | - |
XYZ | 57.37 | 50.85 | 47.87 | - |
YUV | 192.18 | 118.87 | 159.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 173 | 176 | 0 | 0.27 | 0.25 | 0.07 | 357.14 | 0.62 | 0.8 |
Hex | EC | AD | B0 | 0 | 1B | 19 | 7 | 165 | 3E | 50 |
Octal | 354 | 255 | 260 | 0 | 33 | 31 | 7 | 545 | 76 | 120 |
Binary | 11101100 | 10101101 | 10110000 | 0 | 11011 | 11001 | 111 | 101100101 | 111110 | 1010000 |
Color Harmonies of #ECADB0
Complementary color
Monochromatic Colors of #ECADB0
Black with #ECADB0
Text Example
Text Example
White with #ECADB0
Text Example
Text Example
HTML Codes & Css Web 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>