Shades of Wafer #DCC0B6
Tints of Wafer #DCC0B6
RGB
CMYK
RGB Variations
Color information
#DCC0B6 (or 0xDCC0B6) is known color: Wafer. HEX triplet: DC, C0 and B6. RGB value is (220,192,182). Sum of RGB (Red+Green+Blue) = 220+192+182=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0B6 is #233F49. Grayscale: #C7C7C7. Windows color (decimal): -2309962 or 11976924. OLE color: 11976924.
HSL color Cylindrical-coordinate representation of color #DCC0B6: hue angle of 15.79º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC0B6 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 182 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.14 |
| HSL | 15.79º | 0.35% | 0.79% | - |
| HSV(B) | 15.79º | 0.17% | 0.86% | - |
| XYZ | 56.81 | 56.29 | 52.13 | - |
| YUV | 199.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 182 | 0 | 0.13 | 0.17 | 0.14 | 15.79 | 0.35 | 0.79 |
| Hex | DC | C0 | B6 | 0 | D | 11 | E | 10 | 23 | 4F |
| Octal | 334 | 300 | 266 | 0 | 15 | 21 | 16 | 20 | 43 | 117 |
| Binary | 11011100 | 11000000 | 10110110 | 0 | 1101 | 10001 | 1110 | 10000 | 100011 | 1001111 |
Color Harmonies of #DCC0B6
Complementary color
Monochromatic Colors of #DCC0B6
Black with #DCC0B6
Text Example
Text Example
White with #DCC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0B6; }
p { color: rgb(220,192,182); }
H1.HeaderClassName
{
color: #DCC0B6;
}
.AnyTagClassName
{
color: #DCC0B6;
}
</style>
background-color css
<style>
a { background-color: #DCC0B6; }
a { background-color: rgb(220,192,182); }
div.DivClassName
{
background-color: #DCC0B6;
}
.BgClassName
{
background-color: #DCC0B6;
}
</style>
border-color css
<style>
span { border-color: #DCC0B6; }
span { border-color: rgb(220,192,182); }
td.TdClassName
{
border-color: #DCC0B6;
}
.TagClassName
{
border-color: #DCC0B6;
}
</style>