Shades of Wafer #D1C1BC
Tints of Wafer #D1C1BC
RGB
CMYK
RGB Variations
Color information
#D1C1BC (or 0xD1C1BC) is known color: Wafer. HEX triplet: D1, C1 and BC. RGB value is (209,193,188). Sum of RGB (Red+Green+Blue) = 209+193+188=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1BC is #2E3E43. Grayscale: #C5C5C5. Windows color (decimal): -3030596 or 12370385. OLE color: 12370385.
HSL color Cylindrical-coordinate representation of color #D1C1BC: hue angle of 14.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1C1BC is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 188 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.18 |
| HSL | 14.29º | 0.19% | 0.78% | - |
| HSV(B) | 14.29º | 0.1% | 0.82% | - |
| XYZ | 54.44 | 55.33 | 55.39 | - |
| YUV | 197.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 188 | 0 | 0.08 | 0.10 | 0.18 | 14.29 | 0.19 | 0.78 |
| Hex | D1 | C1 | BC | 0 | 8 | A | 12 | E | 13 | 4E |
| Octal | 321 | 301 | 274 | 0 | 10 | 12 | 22 | 16 | 23 | 116 |
| Binary | 11010001 | 11000001 | 10111100 | 0 | 1000 | 1010 | 10010 | 1110 | 10011 | 1001110 |
Color Harmonies of #D1C1BC
Complementary color
Monochromatic Colors of #D1C1BC
Black with #D1C1BC
Text Example
Text Example
White with #D1C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1BC; }
p { color: rgb(209,193,188); }
H1.HeaderClassName
{
color: #D1C1BC;
}
.AnyTagClassName
{
color: #D1C1BC;
}
</style>
background-color css
<style>
a { background-color: #D1C1BC; }
a { background-color: rgb(209,193,188); }
div.DivClassName
{
background-color: #D1C1BC;
}
.BgClassName
{
background-color: #D1C1BC;
}
</style>
border-color css
<style>
span { border-color: #D1C1BC; }
span { border-color: rgb(209,193,188); }
td.TdClassName
{
border-color: #D1C1BC;
}
.TagClassName
{
border-color: #D1C1BC;
}
</style>