Shades of Wafer #D1C2B9
Tints of Wafer #D1C2B9
RGB
CMYK
RGB Variations
Color information
#D1C2B9 (or 0xD1C2B9) is known color: Wafer. HEX triplet: D1, C2 and B9. RGB value is (209,194,185). Sum of RGB (Red+Green+Blue) = 209+194+185=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2B9 is #2E3D46. Grayscale: #C5C5C5. Windows color (decimal): -3030343 or 12174033. OLE color: 12174033.
HSL color Cylindrical-coordinate representation of color #D1C2B9: hue angle of 22.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1C2B9 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 185 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.18 |
| HSL | 22.5º | 0.21% | 0.77% | - |
| HSV(B) | 22.5º | 0.11% | 0.82% | - |
| XYZ | 54.34 | 55.64 | 53.77 | - |
| YUV | 197.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 185 | 0 | 0.07 | 0.11 | 0.18 | 22.5 | 0.21 | 0.77 |
| Hex | D1 | C2 | B9 | 0 | 7 | B | 12 | 16 | 15 | 4D |
| Octal | 321 | 302 | 271 | 0 | 7 | 13 | 22 | 26 | 25 | 115 |
| Binary | 11010001 | 11000010 | 10111001 | 0 | 111 | 1011 | 10010 | 10110 | 10101 | 1001101 |
Color Harmonies of #D1C2B9
Complementary color
Monochromatic Colors of #D1C2B9
Black with #D1C2B9
Text Example
Text Example
White with #D1C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2B9; }
p { color: rgb(209,194,185); }
H1.HeaderClassName
{
color: #D1C2B9;
}
.AnyTagClassName
{
color: #D1C2B9;
}
</style>
background-color css
<style>
a { background-color: #D1C2B9; }
a { background-color: rgb(209,194,185); }
div.DivClassName
{
background-color: #D1C2B9;
}
.BgClassName
{
background-color: #D1C2B9;
}
</style>
border-color css
<style>
span { border-color: #D1C2B9; }
span { border-color: rgb(209,194,185); }
td.TdClassName
{
border-color: #D1C2B9;
}
.TagClassName
{
border-color: #D1C2B9;
}
</style>