Shades of Pale Chestnut #EDABAC
Tints of Pale Chestnut #EDABAC
RGB
CMYK
RGB Variations
Color information
#EDABAC (or 0xEDABAC) is known color: Pale Chestnut. HEX triplet: ED, AB and AC. RGB value is (237,171,172). Sum of RGB (Red+Green+Blue) = 237+171+172=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABAC is #125453. Grayscale: #BEBEBE. Windows color (decimal): -1201236 or 11316205. OLE color: 11316205.
HSL color Cylindrical-coordinate representation of color #EDABAC: hue angle of 359.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABAC is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 172 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.07 |
| HSL | 359.09º | 0.65% | 0.8% | - |
| HSV(B) | 359.09º | 0.28% | 0.93% | - |
| XYZ | 56.93 | 50.11 | 45.7 | - |
| YUV | 190.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 172 | 0 | 0.28 | 0.27 | 0.07 | 359.09 | 0.65 | 0.8 |
| Hex | ED | AB | AC | 0 | 1C | 1B | 7 | 167 | 41 | 50 |
| Octal | 355 | 253 | 254 | 0 | 34 | 33 | 7 | 547 | 101 | 120 |
| Binary | 11101101 | 10101011 | 10101100 | 0 | 11100 | 11011 | 111 | 101100111 | 1000001 | 1010000 |
Color Harmonies of #EDABAC
Complementary color
Monochromatic Colors of #EDABAC
Black with #EDABAC
Text Example
Text Example
White with #EDABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABAC; }
p { color: rgb(237,171,172); }
H1.HeaderClassName
{
color: #EDABAC;
}
.AnyTagClassName
{
color: #EDABAC;
}
</style>
background-color css
<style>
a { background-color: #EDABAC; }
a { background-color: rgb(237,171,172); }
div.DivClassName
{
background-color: #EDABAC;
}
.BgClassName
{
background-color: #EDABAC;
}
</style>
border-color css
<style>
span { border-color: #EDABAC; }
span { border-color: rgb(237,171,172); }
td.TdClassName
{
border-color: #EDABAC;
}
.TagClassName
{
border-color: #EDABAC;
}
</style>