Shades of Pale Chestnut #ECADAF
Tints of Pale Chestnut #ECADAF
RGB
CMYK
RGB Variations
Color information
#ECADAF (or 0xECADAF) is known color: Pale Chestnut. HEX triplet: EC, AD and AF. RGB value is (236,173,175). Sum of RGB (Red+Green+Blue) = 236+173+175=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADAF is #135250. Grayscale: #C0C0C0. Windows color (decimal): -1266257 or 11513324. OLE color: 11513324.
HSL color Cylindrical-coordinate representation of color #ECADAF: hue angle of 358.1º 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 #ECADAF is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 175 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.07 |
| HSL | 358.1º | 0.62% | 0.8% | - |
| HSV(B) | 358.1º | 0.27% | 0.93% | - |
| XYZ | 57.27 | 50.82 | 47.35 | - |
| YUV | 192.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 175 | 0 | 0.27 | 0.26 | 0.07 | 358.1 | 0.62 | 0.8 |
| Hex | EC | AD | AF | 0 | 1B | 1A | 7 | 166 | 3E | 50 |
| Octal | 354 | 255 | 257 | 0 | 33 | 32 | 7 | 546 | 76 | 120 |
| Binary | 11101100 | 10101101 | 10101111 | 0 | 11011 | 11010 | 111 | 101100110 | 111110 | 1010000 |
Color Harmonies of #ECADAF
Complementary color
Monochromatic Colors of #ECADAF
Black with #ECADAF
Text Example
Text Example
White with #ECADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADAF; }
p { color: rgb(236,173,175); }
H1.HeaderClassName
{
color: #ECADAF;
}
.AnyTagClassName
{
color: #ECADAF;
}
</style>
background-color css
<style>
a { background-color: #ECADAF; }
a { background-color: rgb(236,173,175); }
div.DivClassName
{
background-color: #ECADAF;
}
.BgClassName
{
background-color: #ECADAF;
}
</style>
border-color css
<style>
span { border-color: #ECADAF; }
span { border-color: rgb(236,173,175); }
td.TdClassName
{
border-color: #ECADAF;
}
.TagClassName
{
border-color: #ECADAF;
}
</style>