Shades of Wafer #D0C1BC
Tints of Wafer #D0C1BC
RGB
CMYK
RGB Variations
Color information
#D0C1BC (or 0xD0C1BC) is known color: Wafer. HEX triplet: D0, C1 and BC. RGB value is (208,193,188). Sum of RGB (Red+Green+Blue) = 208+193+188=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1BC is #2F3E43. Grayscale: #C4C4C4. Windows color (decimal): -3096132 or 12370384. OLE color: 12370384.
HSL color Cylindrical-coordinate representation of color #D0C1BC: hue angle of 15º degrees, saturation: 0.18, 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 #D0C1BC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 188 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.18 |
| HSL | 15º | 0.18% | 0.78% | - |
| HSV(B) | 15º | 0.1% | 0.82% | - |
| XYZ | 54.16 | 55.18 | 55.37 | - |
| YUV | 196.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 188 | 0 | 0.07 | 0.10 | 0.18 | 15 | 0.18 | 0.78 |
| Hex | D0 | C1 | BC | 0 | 7 | A | 12 | F | 12 | 4E |
| Octal | 320 | 301 | 274 | 0 | 7 | 12 | 22 | 17 | 22 | 116 |
| Binary | 11010000 | 11000001 | 10111100 | 0 | 111 | 1010 | 10010 | 1111 | 10010 | 1001110 |
Color Harmonies of #D0C1BC
Complementary color
Monochromatic Colors of #D0C1BC
Black with #D0C1BC
Text Example
Text Example
White with #D0C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1BC; }
p { color: rgb(208,193,188); }
H1.HeaderClassName
{
color: #D0C1BC;
}
.AnyTagClassName
{
color: #D0C1BC;
}
</style>
background-color css
<style>
a { background-color: #D0C1BC; }
a { background-color: rgb(208,193,188); }
div.DivClassName
{
background-color: #D0C1BC;
}
.BgClassName
{
background-color: #D0C1BC;
}
</style>
border-color css
<style>
span { border-color: #D0C1BC; }
span { border-color: rgb(208,193,188); }
td.TdClassName
{
border-color: #D0C1BC;
}
.TagClassName
{
border-color: #D0C1BC;
}
</style>