Shades of Pale Chestnut #DDADAF
Tints of Pale Chestnut #DDADAF
RGB
CMYK
RGB Variations
Color information
#DDADAF (or 0xDDADAF) is known color: Pale Chestnut. HEX triplet: DD, AD and AF. RGB value is (221,173,175). Sum of RGB (Red+Green+Blue) = 221+173+175=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAF is #225250. Grayscale: #BBBBBB. Windows color (decimal): -2249297 or 11513309. OLE color: 11513309.
HSL color Cylindrical-coordinate representation of color #DDADAF: hue angle of 357.5º degrees, saturation: 0.41, 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 #DDADAF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 175 | - |
CMYK | 0 | 0.22 | 0.21 | 0.13 |
HSL | 357.5º | 0.41% | 0.77% | - |
HSV(B) | 357.5º | 0.22% | 0.87% | - |
XYZ | 52.5 | 48.35 | 47.12 | - |
YUV | 187.58 | 120.9 | 151.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 175 | 0 | 0.22 | 0.21 | 0.13 | 357.5 | 0.41 | 0.77 |
Hex | DD | AD | AF | 0 | 16 | 15 | D | 166 | 29 | 4D |
Octal | 335 | 255 | 257 | 0 | 26 | 25 | 15 | 546 | 51 | 115 |
Binary | 11011101 | 10101101 | 10101111 | 0 | 10110 | 10101 | 1101 | 101100110 | 101001 | 1001101 |
Color Harmonies of #DDADAF
Complementary color
Monochromatic Colors of #DDADAF
Black with #DDADAF
Text Example
Text Example
White with #DDADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADAF; }
p { color: rgb(221,173,175); }
H1.HeaderClassName
{
color: #DDADAF;
}
.AnyTagClassName
{
color: #DDADAF;
}
</style>
background-color css
<style>
a { background-color: #DDADAF; }
a { background-color: rgb(221,173,175); }
div.DivClassName
{
background-color: #DDADAF;
}
.BgClassName
{
background-color: #DDADAF;
}
</style>
border-color css
<style>
span { border-color: #DDADAF; }
span { border-color: rgb(221,173,175); }
td.TdClassName
{
border-color: #DDADAF;
}
.TagClassName
{
border-color: #DDADAF;
}
</style>