Shades of Wafer #D1C0BB
Tints of Wafer #D1C0BB
RGB
CMYK
RGB Variations
Color information
#D1C0BB (or 0xD1C0BB) is known color: Wafer. HEX triplet: D1, C0 and BB. RGB value is (209,192,187). Sum of RGB (Red+Green+Blue) = 209+192+187=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0BB is #2E3F44. Grayscale: #C4C4C4. Windows color (decimal): -3030853 or 12304593. OLE color: 12304593.
HSL color Cylindrical-coordinate representation of color #D1C0BB: hue angle of 13.64º degrees, saturation: 0.19, 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 #D1C0BB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 187 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.18 |
| HSL | 13.64º | 0.19% | 0.78% | - |
| HSV(B) | 13.64º | 0.11% | 0.82% | - |
| XYZ | 54.11 | 54.84 | 54.75 | - |
| YUV | 196.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 187 | 0 | 0.08 | 0.11 | 0.18 | 13.64 | 0.19 | 0.78 |
| Hex | D1 | C0 | BB | 0 | 8 | B | 12 | E | 13 | 4E |
| Octal | 321 | 300 | 273 | 0 | 10 | 13 | 22 | 16 | 23 | 116 |
| Binary | 11010001 | 11000000 | 10111011 | 0 | 1000 | 1011 | 10010 | 1110 | 10011 | 1001110 |
Color Harmonies of #D1C0BB
Complementary color
Monochromatic Colors of #D1C0BB
Black with #D1C0BB
Text Example
Text Example
White with #D1C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0BB; }
p { color: rgb(209,192,187); }
H1.HeaderClassName
{
color: #D1C0BB;
}
.AnyTagClassName
{
color: #D1C0BB;
}
</style>
background-color css
<style>
a { background-color: #D1C0BB; }
a { background-color: rgb(209,192,187); }
div.DivClassName
{
background-color: #D1C0BB;
}
.BgClassName
{
background-color: #D1C0BB;
}
</style>
border-color css
<style>
span { border-color: #D1C0BB; }
span { border-color: rgb(209,192,187); }
td.TdClassName
{
border-color: #D1C0BB;
}
.TagClassName
{
border-color: #D1C0BB;
}
</style>