Shades of Pale Chestnut #DDABAC
Tints of Pale Chestnut #DDABAC
RGB
CMYK
RGB Variations
Color information
#DDABAC (or 0xDDABAC) is known color: Pale Chestnut. HEX triplet: DD, AB and AC. RGB value is (221,171,172). Sum of RGB (Red+Green+Blue) = 221+171+172=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAC is #225453. Grayscale: #BABABA. Windows color (decimal): -2249812 or 11316189. OLE color: 11316189.
HSL color Cylindrical-coordinate representation of color #DDABAC: hue angle of 358.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABAC is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 171 | 172 | - |
CMYK | 0 | 0.23 | 0.22 | 0.13 |
HSL | 358.8º | 0.42% | 0.77% | - |
HSV(B) | 358.8º | 0.23% | 0.87% | - |
XYZ | 51.83 | 47.48 | 45.46 | - |
YUV | 186.06 | 120.07 | 152.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 171 | 172 | 0 | 0.23 | 0.22 | 0.13 | 358.8 | 0.42 | 0.77 |
Hex | DD | AB | AC | 0 | 17 | 16 | D | 167 | 2A | 4D |
Octal | 335 | 253 | 254 | 0 | 27 | 26 | 15 | 547 | 52 | 115 |
Binary | 11011101 | 10101011 | 10101100 | 0 | 10111 | 10110 | 1101 | 101100111 | 101010 | 1001101 |
Color Harmonies of #DDABAC
Complementary color
Monochromatic Colors of #DDABAC
Black with #DDABAC
Text Example
Text Example
White with #DDABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABAC; }
p { color: rgb(221,171,172); }
H1.HeaderClassName
{
color: #DDABAC;
}
.AnyTagClassName
{
color: #DDABAC;
}
</style>
background-color css
<style>
a { background-color: #DDABAC; }
a { background-color: rgb(221,171,172); }
div.DivClassName
{
background-color: #DDABAC;
}
.BgClassName
{
background-color: #DDABAC;
}
</style>
border-color css
<style>
span { border-color: #DDABAC; }
span { border-color: rgb(221,171,172); }
td.TdClassName
{
border-color: #DDABAC;
}
.TagClassName
{
border-color: #DDABAC;
}
</style>