Shades of Pale Chestnut #DEAFB0
Tints of Pale Chestnut #DEAFB0
RGB
CMYK
RGB Variations
Color information
#DEAFB0 (or 0xDEAFB0) is known color: Pale Chestnut. HEX triplet: DE, AF and B0. RGB value is (222,175,176). Sum of RGB (Red+Green+Blue) = 222+175+176=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAFB0 is #21504F. Grayscale: #BDBDBD. Windows color (decimal): -2183248 or 11579358. OLE color: 11579358.
HSL color Cylindrical-coordinate representation of color #DEAFB0: hue angle of 358.72º 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 #DEAFB0 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 176 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.13 |
| HSL | 358.72º | 0.42% | 0.78% | - |
| HSV(B) | 358.72º | 0.21% | 0.87% | - |
| XYZ | 53.29 | 49.32 | 47.79 | - |
| YUV | 189.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 176 | 0 | 0.21 | 0.21 | 0.13 | 358.72 | 0.42 | 0.78 |
| Hex | DE | AF | B0 | 0 | 15 | 15 | D | 167 | 2A | 4E |
| Octal | 336 | 257 | 260 | 0 | 25 | 25 | 15 | 547 | 52 | 116 |
| Binary | 11011110 | 10101111 | 10110000 | 0 | 10101 | 10101 | 1101 | 101100111 | 101010 | 1001110 |
Color Harmonies of #DEAFB0
Complementary color
Monochromatic Colors of #DEAFB0
Black with #DEAFB0
Text Example
Text Example
White with #DEAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFB0; }
p { color: rgb(222,175,176); }
H1.HeaderClassName
{
color: #DEAFB0;
}
.AnyTagClassName
{
color: #DEAFB0;
}
</style>
background-color css
<style>
a { background-color: #DEAFB0; }
a { background-color: rgb(222,175,176); }
div.DivClassName
{
background-color: #DEAFB0;
}
.BgClassName
{
background-color: #DEAFB0;
}
</style>
border-color css
<style>
span { border-color: #DEAFB0; }
span { border-color: rgb(222,175,176); }
td.TdClassName
{
border-color: #DEAFB0;
}
.TagClassName
{
border-color: #DEAFB0;
}
</style>