Shades of Pale Chestnut #DCAFB2
Tints of Pale Chestnut #DCAFB2
RGB
CMYK
RGB Variations
Color information
#DCAFB2 (or 0xDCAFB2) is known color: Pale Chestnut. HEX triplet: DC, AF and B2. RGB value is (220,175,178). Sum of RGB (Red+Green+Blue) = 220+175+178=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFB2 is #23504D. Grayscale: #BCBCBC. Windows color (decimal): -2314318 or 11710428. OLE color: 11710428.
HSL color Cylindrical-coordinate representation of color #DCAFB2: hue angle of 356º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFB2 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 178 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.14 |
| HSL | 356º | 0.39% | 0.77% | - |
| HSV(B) | 356º | 0.2% | 0.86% | - |
| XYZ | 52.88 | 49.09 | 48.81 | - |
| YUV | 188.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 178 | 0 | 0.20 | 0.19 | 0.14 | 356 | 0.39 | 0.77 |
| Hex | DC | AF | B2 | 0 | 14 | 13 | E | 164 | 27 | 4D |
| Octal | 334 | 257 | 262 | 0 | 24 | 23 | 16 | 544 | 47 | 115 |
| Binary | 11011100 | 10101111 | 10110010 | 0 | 10100 | 10011 | 1110 | 101100100 | 100111 | 1001101 |
Color Harmonies of #DCAFB2
Complementary color
Monochromatic Colors of #DCAFB2
Black with #DCAFB2
Text Example
Text Example
White with #DCAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFB2; }
p { color: rgb(220,175,178); }
H1.HeaderClassName
{
color: #DCAFB2;
}
.AnyTagClassName
{
color: #DCAFB2;
}
</style>
background-color css
<style>
a { background-color: #DCAFB2; }
a { background-color: rgb(220,175,178); }
div.DivClassName
{
background-color: #DCAFB2;
}
.BgClassName
{
background-color: #DCAFB2;
}
</style>
border-color css
<style>
span { border-color: #DCAFB2; }
span { border-color: rgb(220,175,178); }
td.TdClassName
{
border-color: #DCAFB2;
}
.TagClassName
{
border-color: #DCAFB2;
}
</style>