Shades of Pale Chestnut #EDABAF
Tints of Pale Chestnut #EDABAF
RGB
CMYK
RGB Variations
Color information
#EDABAF (or 0xEDABAF) is known color: Pale Chestnut. HEX triplet: ED, AB and AF. RGB value is (237,171,175). Sum of RGB (Red+Green+Blue) = 237+171+175=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABAF is #125450. Grayscale: #BFBFBF. Windows color (decimal): -1201233 or 11512813. OLE color: 11512813.
HSL color Cylindrical-coordinate representation of color #EDABAF: hue angle of 356.36º 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 #EDABAF is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 175 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.07 |
| HSL | 356.36º | 0.65% | 0.8% | - |
| HSV(B) | 356.36º | 0.28% | 0.93% | - |
| XYZ | 57.23 | 50.23 | 47.24 | - |
| YUV | 191.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 175 | 0 | 0.28 | 0.26 | 0.07 | 356.36 | 0.65 | 0.8 |
| Hex | ED | AB | AF | 0 | 1C | 1A | 7 | 164 | 41 | 50 |
| Octal | 355 | 253 | 257 | 0 | 34 | 32 | 7 | 544 | 101 | 120 |
| Binary | 11101101 | 10101011 | 10101111 | 0 | 11100 | 11010 | 111 | 101100100 | 1000001 | 1010000 |
Color Harmonies of #EDABAF
Complementary color
Monochromatic Colors of #EDABAF
Black with #EDABAF
Text Example
Text Example
White with #EDABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABAF; }
p { color: rgb(237,171,175); }
H1.HeaderClassName
{
color: #EDABAF;
}
.AnyTagClassName
{
color: #EDABAF;
}
</style>
background-color css
<style>
a { background-color: #EDABAF; }
a { background-color: rgb(237,171,175); }
div.DivClassName
{
background-color: #EDABAF;
}
.BgClassName
{
background-color: #EDABAF;
}
</style>
border-color css
<style>
span { border-color: #EDABAF; }
span { border-color: rgb(237,171,175); }
td.TdClassName
{
border-color: #EDABAF;
}
.TagClassName
{
border-color: #EDABAF;
}
</style>