Shades of Pale Chestnut #DEAFB1
Tints of Pale Chestnut #DEAFB1
RGB
CMYK
RGB Variations
Color information
#DEAFB1 (or 0xDEAFB1) is known color: Pale Chestnut. HEX triplet: DE, AF and B1. RGB value is (222,175,177). Sum of RGB (Red+Green+Blue) = 222+175+177=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAFB1 is #21504E. Grayscale: #BDBDBD. Windows color (decimal): -2183247 or 11644894. OLE color: 11644894.
HSL color Cylindrical-coordinate representation of color #DEAFB1: hue angle of 357.45º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFB1 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 177 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.13 |
| HSL | 357.45º | 0.42% | 0.78% | - |
| HSV(B) | 357.45º | 0.21% | 0.87% | - |
| XYZ | 53.39 | 49.36 | 48.31 | - |
| YUV | 189.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 177 | 0 | 0.21 | 0.20 | 0.13 | 357.45 | 0.42 | 0.78 |
| Hex | DE | AF | B1 | 0 | 15 | 14 | D | 165 | 2A | 4E |
| Octal | 336 | 257 | 261 | 0 | 25 | 24 | 15 | 545 | 52 | 116 |
| Binary | 11011110 | 10101111 | 10110001 | 0 | 10101 | 10100 | 1101 | 101100101 | 101010 | 1001110 |
Color Harmonies of #DEAFB1
Complementary color
Monochromatic Colors of #DEAFB1
Black with #DEAFB1
Text Example
Text Example
White with #DEAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFB1; }
p { color: rgb(222,175,177); }
H1.HeaderClassName
{
color: #DEAFB1;
}
.AnyTagClassName
{
color: #DEAFB1;
}
</style>
background-color css
<style>
a { background-color: #DEAFB1; }
a { background-color: rgb(222,175,177); }
div.DivClassName
{
background-color: #DEAFB1;
}
.BgClassName
{
background-color: #DEAFB1;
}
</style>
border-color css
<style>
span { border-color: #DEAFB1; }
span { border-color: rgb(222,175,177); }
td.TdClassName
{
border-color: #DEAFB1;
}
.TagClassName
{
border-color: #DEAFB1;
}
</style>