Shades of Pale Chestnut #EBACAF
Tints of Pale Chestnut #EBACAF
RGB
CMYK
RGB Variations
Color information
#EBACAF (or 0xEBACAF) is known color: Pale Chestnut. HEX triplet: EB, AC and AF. RGB value is (235,172,175). Sum of RGB (Red+Green+Blue) = 235+172+175=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBACAF is #145350. Grayscale: #BFBFBF. Windows color (decimal): -1332049 or 11513067. OLE color: 11513067.
HSL color Cylindrical-coordinate representation of color #EBACAF: hue angle of 357.14º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACAF is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 175 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.08 |
| HSL | 357.14º | 0.61% | 0.8% | - |
| HSV(B) | 357.14º | 0.27% | 0.92% | - |
| XYZ | 56.75 | 50.26 | 47.27 | - |
| YUV | 191.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 175 | 0 | 0.27 | 0.26 | 0.08 | 357.14 | 0.61 | 0.8 |
| Hex | EB | AC | AF | 0 | 1B | 1A | 8 | 165 | 3D | 50 |
| Octal | 353 | 254 | 257 | 0 | 33 | 32 | 10 | 545 | 75 | 120 |
| Binary | 11101011 | 10101100 | 10101111 | 0 | 11011 | 11010 | 1000 | 101100101 | 111101 | 1010000 |
Color Harmonies of #EBACAF
Complementary color
Monochromatic Colors of #EBACAF
Black with #EBACAF
Text Example
Text Example
White with #EBACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACAF; }
p { color: rgb(235,172,175); }
H1.HeaderClassName
{
color: #EBACAF;
}
.AnyTagClassName
{
color: #EBACAF;
}
</style>
background-color css
<style>
a { background-color: #EBACAF; }
a { background-color: rgb(235,172,175); }
div.DivClassName
{
background-color: #EBACAF;
}
.BgClassName
{
background-color: #EBACAF;
}
</style>
border-color css
<style>
span { border-color: #EBACAF; }
span { border-color: rgb(235,172,175); }
td.TdClassName
{
border-color: #EBACAF;
}
.TagClassName
{
border-color: #EBACAF;
}
</style>