Shades of Pale Chestnut #DFABAC
Tints of Pale Chestnut #DFABAC
RGB
CMYK
RGB Variations
Color information
#DFABAC (or 0xDFABAC) is known color: Pale Chestnut. HEX triplet: DF, AB and AC. RGB value is (223,171,172). Sum of RGB (Red+Green+Blue) = 223+171+172=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABAC is #205453. Grayscale: #BABABA. Windows color (decimal): -2118740 or 11316191. OLE color: 11316191.
HSL color Cylindrical-coordinate representation of color #DFABAC: hue angle of 358.85º degrees, saturation: 0.45, 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 #DFABAC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 171 | 172 | - |
CMYK | 0 | 0.23 | 0.23 | 0.13 |
HSL | 358.85º | 0.45% | 0.77% | - |
HSV(B) | 358.85º | 0.23% | 0.87% | - |
XYZ | 52.44 | 47.79 | 45.49 | - |
YUV | 186.66 | 119.73 | 153.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 171 | 172 | 0 | 0.23 | 0.23 | 0.13 | 358.85 | 0.45 | 0.77 |
Hex | DF | AB | AC | 0 | 17 | 17 | D | 167 | 2D | 4D |
Octal | 337 | 253 | 254 | 0 | 27 | 27 | 15 | 547 | 55 | 115 |
Binary | 11011111 | 10101011 | 10101100 | 0 | 10111 | 10111 | 1101 | 101100111 | 101101 | 1001101 |
Color Harmonies of #DFABAC
Complementary color
Monochromatic Colors of #DFABAC
Black with #DFABAC
Text Example
Text Example
White with #DFABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABAC; }
p { color: rgb(223,171,172); }
H1.HeaderClassName
{
color: #DFABAC;
}
.AnyTagClassName
{
color: #DFABAC;
}
</style>
background-color css
<style>
a { background-color: #DFABAC; }
a { background-color: rgb(223,171,172); }
div.DivClassName
{
background-color: #DFABAC;
}
.BgClassName
{
background-color: #DFABAC;
}
</style>
border-color css
<style>
span { border-color: #DFABAC; }
span { border-color: rgb(223,171,172); }
td.TdClassName
{
border-color: #DFABAC;
}
.TagClassName
{
border-color: #DFABAC;
}
</style>