Shades of Pale Chestnut #DDB1B3
Tints of Pale Chestnut #DDB1B3
RGB
CMYK
RGB Variations
Color information
#DDB1B3 (or 0xDDB1B3) is known color: Pale Chestnut. HEX triplet: DD, B1 and B3. RGB value is (221,177,179). Sum of RGB (Red+Green+Blue) = 221+177+179=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1B3 is #224E4C. Grayscale: #BEBEBE. Windows color (decimal): -2248269 or 11776477. OLE color: 11776477.
HSL color Cylindrical-coordinate representation of color #DDB1B3: hue angle of 357.27º degrees, saturation: 0.39, 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 #DDB1B3 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 179 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.13 |
| HSL | 357.27º | 0.39% | 0.78% | - |
| HSV(B) | 357.27º | 0.2% | 0.87% | - |
| XYZ | 53.68 | 50.07 | 49.48 | - |
| YUV | 190.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 179 | 0 | 0.20 | 0.19 | 0.13 | 357.27 | 0.39 | 0.78 |
| Hex | DD | B1 | B3 | 0 | 14 | 13 | D | 165 | 27 | 4E |
| Octal | 335 | 261 | 263 | 0 | 24 | 23 | 15 | 545 | 47 | 116 |
| Binary | 11011101 | 10110001 | 10110011 | 0 | 10100 | 10011 | 1101 | 101100101 | 100111 | 1001110 |
Color Harmonies of #DDB1B3
Complementary color
Monochromatic Colors of #DDB1B3
Black with #DDB1B3
Text Example
Text Example
White with #DDB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1B3; }
p { color: rgb(221,177,179); }
H1.HeaderClassName
{
color: #DDB1B3;
}
.AnyTagClassName
{
color: #DDB1B3;
}
</style>
background-color css
<style>
a { background-color: #DDB1B3; }
a { background-color: rgb(221,177,179); }
div.DivClassName
{
background-color: #DDB1B3;
}
.BgClassName
{
background-color: #DDB1B3;
}
</style>
border-color css
<style>
span { border-color: #DDB1B3; }
span { border-color: rgb(221,177,179); }
td.TdClassName
{
border-color: #DDB1B3;
}
.TagClassName
{
border-color: #DDB1B3;
}
</style>