Shades of Wafer #D9C2BC
Tints of Wafer #D9C2BC
RGB
CMYK
RGB Variations
Color information
#D9C2BC (or 0xD9C2BC) is known color: Wafer. HEX triplet: D9, C2 and BC. RGB value is (217,194,188). Sum of RGB (Red+Green+Blue) = 217+194+188=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2BC is #263D43. Grayscale: #C8C8C8. Windows color (decimal): -2506052 or 12370649. OLE color: 12370649.
HSL color Cylindrical-coordinate representation of color #D9C2BC: hue angle of 12.41º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C2BC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 188 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.15 |
| HSL | 12.41º | 0.28% | 0.79% | - |
| HSV(B) | 12.41º | 0.13% | 0.85% | - |
| XYZ | 56.98 | 56.97 | 55.57 | - |
| YUV | 200.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 188 | 0 | 0.11 | 0.13 | 0.15 | 12.41 | 0.28 | 0.79 |
| Hex | D9 | C2 | BC | 0 | B | D | F | C | 1C | 4F |
| Octal | 331 | 302 | 274 | 0 | 13 | 15 | 17 | 14 | 34 | 117 |
| Binary | 11011001 | 11000010 | 10111100 | 0 | 1011 | 1101 | 1111 | 1100 | 11100 | 1001111 |
Color Harmonies of #D9C2BC
Complementary color
Monochromatic Colors of #D9C2BC
Black with #D9C2BC
Text Example
Text Example
White with #D9C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2BC; }
p { color: rgb(217,194,188); }
H1.HeaderClassName
{
color: #D9C2BC;
}
.AnyTagClassName
{
color: #D9C2BC;
}
</style>
background-color css
<style>
a { background-color: #D9C2BC; }
a { background-color: rgb(217,194,188); }
div.DivClassName
{
background-color: #D9C2BC;
}
.BgClassName
{
background-color: #D9C2BC;
}
</style>
border-color css
<style>
span { border-color: #D9C2BC; }
span { border-color: rgb(217,194,188); }
td.TdClassName
{
border-color: #D9C2BC;
}
.TagClassName
{
border-color: #D9C2BC;
}
</style>