Shades of Pale Chestnut #DEABAF
Tints of Pale Chestnut #DEABAF
RGB
CMYK
RGB Variations
Color information
#DEABAF (or 0xDEABAF) is known color: Pale Chestnut. HEX triplet: DE, AB and AF. RGB value is (222,171,175). Sum of RGB (Red+Green+Blue) = 222+171+175=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABAF is #215450. Grayscale: #BABABA. Windows color (decimal): -2184273 or 11512798. OLE color: 11512798.
HSL color Cylindrical-coordinate representation of color #DEABAF: hue angle of 355.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABAF is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 175 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.13 |
| HSL | 355.29º | 0.44% | 0.77% | - |
| HSV(B) | 355.29º | 0.23% | 0.87% | - |
| XYZ | 52.42 | 47.75 | 47.01 | - |
| YUV | 186.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 175 | 0 | 0.23 | 0.21 | 0.13 | 355.29 | 0.44 | 0.77 |
| Hex | DE | AB | AF | 0 | 17 | 15 | D | 163 | 2C | 4D |
| Octal | 336 | 253 | 257 | 0 | 27 | 25 | 15 | 543 | 54 | 115 |
| Binary | 11011110 | 10101011 | 10101111 | 0 | 10111 | 10101 | 1101 | 101100011 | 101100 | 1001101 |
Color Harmonies of #DEABAF
Complementary color
Monochromatic Colors of #DEABAF
Black with #DEABAF
Text Example
Text Example
White with #DEABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABAF; }
p { color: rgb(222,171,175); }
H1.HeaderClassName
{
color: #DEABAF;
}
.AnyTagClassName
{
color: #DEABAF;
}
</style>
background-color css
<style>
a { background-color: #DEABAF; }
a { background-color: rgb(222,171,175); }
div.DivClassName
{
background-color: #DEABAF;
}
.BgClassName
{
background-color: #DEABAF;
}
</style>
border-color css
<style>
span { border-color: #DEABAF; }
span { border-color: rgb(222,171,175); }
td.TdClassName
{
border-color: #DEABAF;
}
.TagClassName
{
border-color: #DEABAF;
}
</style>