Shades of Wafer #D2C0BB
Tints of Wafer #D2C0BB
RGB
CMYK
RGB Variations
Color information
#D2C0BB (or 0xD2C0BB) is known color: Wafer. HEX triplet: D2, C0 and BB. RGB value is (210,192,187). Sum of RGB (Red+Green+Blue) = 210+192+187=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0BB is #2D3F44. Grayscale: #C4C4C4. Windows color (decimal): -2965317 or 12304594. OLE color: 12304594.
HSL color Cylindrical-coordinate representation of color #D2C0BB: hue angle of 13.04º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2C0BB is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 187 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.18 |
| HSL | 13.04º | 0.2% | 0.78% | - |
| HSV(B) | 13.04º | 0.11% | 0.82% | - |
| XYZ | 54.4 | 54.99 | 54.76 | - |
| YUV | 196.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 187 | 0 | 0.09 | 0.11 | 0.18 | 13.04 | 0.2 | 0.78 |
| Hex | D2 | C0 | BB | 0 | 9 | B | 12 | D | 14 | 4E |
| Octal | 322 | 300 | 273 | 0 | 11 | 13 | 22 | 15 | 24 | 116 |
| Binary | 11010010 | 11000000 | 10111011 | 0 | 1001 | 1011 | 10010 | 1101 | 10100 | 1001110 |
Color Harmonies of #D2C0BB
Complementary color
Monochromatic Colors of #D2C0BB
Black with #D2C0BB
Text Example
Text Example
White with #D2C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C0BB; }
p { color: rgb(210,192,187); }
H1.HeaderClassName
{
color: #D2C0BB;
}
.AnyTagClassName
{
color: #D2C0BB;
}
</style>
background-color css
<style>
a { background-color: #D2C0BB; }
a { background-color: rgb(210,192,187); }
div.DivClassName
{
background-color: #D2C0BB;
}
.BgClassName
{
background-color: #D2C0BB;
}
</style>
border-color css
<style>
span { border-color: #D2C0BB; }
span { border-color: rgb(210,192,187); }
td.TdClassName
{
border-color: #D2C0BB;
}
.TagClassName
{
border-color: #D2C0BB;
}
</style>