Shades of Pale Chestnut #EDADAF
Tints of Pale Chestnut #EDADAF
RGB
CMYK
RGB Variations
Color information
#EDADAF (or 0xEDADAF) is known color: Pale Chestnut. HEX triplet: ED, AD and AF. RGB value is (237,173,175). Sum of RGB (Red+Green+Blue) = 237+173+175=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAF is #125250. Grayscale: #C0C0C0. Windows color (decimal): -1200721 or 11513325. OLE color: 11513325.
HSL color Cylindrical-coordinate representation of color #EDADAF: hue angle of 358.12º degrees, saturation: 0.64, 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 #EDADAF is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 175 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.07 |
| HSL | 358.13º | 0.64% | 0.8% | - |
| HSV(B) | 358.13º | 0.27% | 0.93% | - |
| XYZ | 57.61 | 50.99 | 47.36 | - |
| YUV | 192.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 175 | 0 | 0.27 | 0.26 | 0.07 | 358.13 | 0.64 | 0.8 |
| Hex | ED | AD | AF | 0 | 1B | 1A | 7 | 166 | 40 | 50 |
| Octal | 355 | 255 | 257 | 0 | 33 | 32 | 7 | 546 | 100 | 120 |
| Binary | 11101101 | 10101101 | 10101111 | 0 | 11011 | 11010 | 111 | 101100110 | 1000000 | 1010000 |
Color Harmonies of #EDADAF
Complementary color
Monochromatic Colors of #EDADAF
Black with #EDADAF
Text Example
Text Example
White with #EDADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADAF; }
p { color: rgb(237,173,175); }
H1.HeaderClassName
{
color: #EDADAF;
}
.AnyTagClassName
{
color: #EDADAF;
}
</style>
background-color css
<style>
a { background-color: #EDADAF; }
a { background-color: rgb(237,173,175); }
div.DivClassName
{
background-color: #EDADAF;
}
.BgClassName
{
background-color: #EDADAF;
}
</style>
border-color css
<style>
span { border-color: #EDADAF; }
span { border-color: rgb(237,173,175); }
td.TdClassName
{
border-color: #EDADAF;
}
.TagClassName
{
border-color: #EDADAF;
}
</style>