Shades of Pale Chestnut #DEADB0
Tints of Pale Chestnut #DEADB0
RGB
CMYK
RGB Variations
Color information
#DEADB0 (or 0xDEADB0) is known color: Pale Chestnut. HEX triplet: DE, AD and B0. RGB value is (222,173,176). Sum of RGB (Red+Green+Blue) = 222+173+176=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADB0 is #21524F. Grayscale: #BCBCBC. Windows color (decimal): -2183760 or 11578846. OLE color: 11578846.
HSL color Cylindrical-coordinate representation of color #DEADB0: hue angle of 356.33º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADB0 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 176 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.13 |
| HSL | 356.33º | 0.43% | 0.77% | - |
| HSV(B) | 356.33º | 0.22% | 0.87% | - |
| XYZ | 52.9 | 48.55 | 47.66 | - |
| YUV | 187.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 176 | 0 | 0.22 | 0.21 | 0.13 | 356.33 | 0.43 | 0.77 |
| Hex | DE | AD | B0 | 0 | 16 | 15 | D | 164 | 2B | 4D |
| Octal | 336 | 255 | 260 | 0 | 26 | 25 | 15 | 544 | 53 | 115 |
| Binary | 11011110 | 10101101 | 10110000 | 0 | 10110 | 10101 | 1101 | 101100100 | 101011 | 1001101 |
Color Harmonies of #DEADB0
Complementary color
Monochromatic Colors of #DEADB0
Black with #DEADB0
Text Example
Text Example
White with #DEADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADB0; }
p { color: rgb(222,173,176); }
H1.HeaderClassName
{
color: #DEADB0;
}
.AnyTagClassName
{
color: #DEADB0;
}
</style>
background-color css
<style>
a { background-color: #DEADB0; }
a { background-color: rgb(222,173,176); }
div.DivClassName
{
background-color: #DEADB0;
}
.BgClassName
{
background-color: #DEADB0;
}
</style>
border-color css
<style>
span { border-color: #DEADB0; }
span { border-color: rgb(222,173,176); }
td.TdClassName
{
border-color: #DEADB0;
}
.TagClassName
{
border-color: #DEADB0;
}
</style>