Shades of Pale Chestnut #DEB1B3
Tints of Pale Chestnut #DEB1B3
RGB
CMYK
RGB Variations
Color information
#DEB1B3 (or 0xDEB1B3) is known color: Pale Chestnut. HEX triplet: DE, B1 and B3. RGB value is (222,177,179). Sum of RGB (Red+Green+Blue) = 222+177+179=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1B3 is #214E4C. Grayscale: #BEBEBE. Windows color (decimal): -2182733 or 11776478. OLE color: 11776478.
HSL color Cylindrical-coordinate representation of color #DEB1B3: hue angle of 357.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB1B3 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 179 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.13 |
| HSL | 357.33º | 0.41% | 0.78% | - |
| HSV(B) | 357.33º | 0.2% | 0.87% | - |
| XYZ | 53.98 | 50.23 | 49.5 | - |
| YUV | 190.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 179 | 0 | 0.20 | 0.19 | 0.13 | 357.33 | 0.41 | 0.78 |
| Hex | DE | B1 | B3 | 0 | 14 | 13 | D | 165 | 29 | 4E |
| Octal | 336 | 261 | 263 | 0 | 24 | 23 | 15 | 545 | 51 | 116 |
| Binary | 11011110 | 10110001 | 10110011 | 0 | 10100 | 10011 | 1101 | 101100101 | 101001 | 1001110 |
Color Harmonies of #DEB1B3
Complementary color
Monochromatic Colors of #DEB1B3
Black with #DEB1B3
Text Example
Text Example
White with #DEB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1B3; }
p { color: rgb(222,177,179); }
H1.HeaderClassName
{
color: #DEB1B3;
}
.AnyTagClassName
{
color: #DEB1B3;
}
</style>
background-color css
<style>
a { background-color: #DEB1B3; }
a { background-color: rgb(222,177,179); }
div.DivClassName
{
background-color: #DEB1B3;
}
.BgClassName
{
background-color: #DEB1B3;
}
</style>
border-color css
<style>
span { border-color: #DEB1B3; }
span { border-color: rgb(222,177,179); }
td.TdClassName
{
border-color: #DEB1B3;
}
.TagClassName
{
border-color: #DEB1B3;
}
</style>