Shades of Wafer #D1C2BA
Tints of Wafer #D1C2BA
RGB
CMYK
RGB Variations
Color information
#D1C2BA (or 0xD1C2BA) is known color: Wafer. HEX triplet: D1, C2 and BA. RGB value is (209,194,186). Sum of RGB (Red+Green+Blue) = 209+194+186=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2BA is #2E3D45. Grayscale: #C5C5C5. Windows color (decimal): -3030342 or 12239569. OLE color: 12239569.
HSL color Cylindrical-coordinate representation of color #D1C2BA: hue angle of 20.87º degrees, saturation: 0.2, 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 #D1C2BA is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 186 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.18 |
| HSL | 20.87º | 0.2% | 0.77% | - |
| HSV(B) | 20.87º | 0.11% | 0.82% | - |
| XYZ | 54.45 | 55.68 | 54.33 | - |
| YUV | 197.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 186 | 0 | 0.07 | 0.11 | 0.18 | 20.87 | 0.2 | 0.77 |
| Hex | D1 | C2 | BA | 0 | 7 | B | 12 | 15 | 14 | 4D |
| Octal | 321 | 302 | 272 | 0 | 7 | 13 | 22 | 25 | 24 | 115 |
| Binary | 11010001 | 11000010 | 10111010 | 0 | 111 | 1011 | 10010 | 10101 | 10100 | 1001101 |
Color Harmonies of #D1C2BA
Complementary color
Monochromatic Colors of #D1C2BA
Black with #D1C2BA
Text Example
Text Example
White with #D1C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2BA; }
p { color: rgb(209,194,186); }
H1.HeaderClassName
{
color: #D1C2BA;
}
.AnyTagClassName
{
color: #D1C2BA;
}
</style>
background-color css
<style>
a { background-color: #D1C2BA; }
a { background-color: rgb(209,194,186); }
div.DivClassName
{
background-color: #D1C2BA;
}
.BgClassName
{
background-color: #D1C2BA;
}
</style>
border-color css
<style>
span { border-color: #D1C2BA; }
span { border-color: rgb(209,194,186); }
td.TdClassName
{
border-color: #D1C2BA;
}
.TagClassName
{
border-color: #D1C2BA;
}
</style>