Shades of Wafer #D1C2BC
Tints of Wafer #D1C2BC
RGB
CMYK
RGB Variations
Color information
#D1C2BC (or 0xD1C2BC) is known color: Wafer. HEX triplet: D1, C2 and BC. RGB value is (209,194,188). Sum of RGB (Red+Green+Blue) = 209+194+188=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2BC is #2E3D43. Grayscale: #C5C5C5. Windows color (decimal): -3030340 or 12370641. OLE color: 12370641.
HSL color Cylindrical-coordinate representation of color #D1C2BC: hue angle of 17.14º 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 #D1C2BC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 188 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.18 |
| HSL | 17.14º | 0.19% | 0.78% | - |
| HSV(B) | 17.14º | 0.1% | 0.82% | - |
| XYZ | 54.66 | 55.77 | 55.46 | - |
| YUV | 197.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 188 | 0 | 0.07 | 0.10 | 0.18 | 17.14 | 0.19 | 0.78 |
| Hex | D1 | C2 | BC | 0 | 7 | A | 12 | 11 | 13 | 4E |
| Octal | 321 | 302 | 274 | 0 | 7 | 12 | 22 | 21 | 23 | 116 |
| Binary | 11010001 | 11000010 | 10111100 | 0 | 111 | 1010 | 10010 | 10001 | 10011 | 1001110 |
Color Harmonies of #D1C2BC
Complementary color
Monochromatic Colors of #D1C2BC
Black with #D1C2BC
Text Example
Text Example
White with #D1C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2BC; }
p { color: rgb(209,194,188); }
H1.HeaderClassName
{
color: #D1C2BC;
}
.AnyTagClassName
{
color: #D1C2BC;
}
</style>
background-color css
<style>
a { background-color: #D1C2BC; }
a { background-color: rgb(209,194,188); }
div.DivClassName
{
background-color: #D1C2BC;
}
.BgClassName
{
background-color: #D1C2BC;
}
</style>
border-color css
<style>
span { border-color: #D1C2BC; }
span { border-color: rgb(209,194,188); }
td.TdClassName
{
border-color: #D1C2BC;
}
.TagClassName
{
border-color: #D1C2BC;
}
</style>