Shades of Wafer #D1C3BC
Tints of Wafer #D1C3BC
RGB
CMYK
RGB Variations
Color information
#D1C3BC (or 0xD1C3BC) is known color: Wafer. HEX triplet: D1, C3 and BC. RGB value is (209,195,188). Sum of RGB (Red+Green+Blue) = 209+195+188=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3BC is #2E3C43. Grayscale: #C6C6C6. Windows color (decimal): -3030084 or 12370897. OLE color: 12370897.
HSL color Cylindrical-coordinate representation of color #D1C3BC: hue angle of 20º 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 #D1C3BC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 188 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.18 |
| HSL | 20º | 0.19% | 0.78% | - |
| HSV(B) | 20º | 0.1% | 0.82% | - |
| XYZ | 54.89 | 56.22 | 55.53 | - |
| YUV | 198.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 188 | 0 | 0.07 | 0.10 | 0.18 | 20 | 0.19 | 0.78 |
| Hex | D1 | C3 | BC | 0 | 7 | A | 12 | 14 | 13 | 4E |
| Octal | 321 | 303 | 274 | 0 | 7 | 12 | 22 | 24 | 23 | 116 |
| Binary | 11010001 | 11000011 | 10111100 | 0 | 111 | 1010 | 10010 | 10100 | 10011 | 1001110 |
Color Harmonies of #D1C3BC
Complementary color
Monochromatic Colors of #D1C3BC
Black with #D1C3BC
Text Example
Text Example
White with #D1C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3BC; }
p { color: rgb(209,195,188); }
H1.HeaderClassName
{
color: #D1C3BC;
}
.AnyTagClassName
{
color: #D1C3BC;
}
</style>
background-color css
<style>
a { background-color: #D1C3BC; }
a { background-color: rgb(209,195,188); }
div.DivClassName
{
background-color: #D1C3BC;
}
.BgClassName
{
background-color: #D1C3BC;
}
</style>
border-color css
<style>
span { border-color: #D1C3BC; }
span { border-color: rgb(209,195,188); }
td.TdClassName
{
border-color: #D1C3BC;
}
.TagClassName
{
border-color: #D1C3BC;
}
</style>