Shades of Wafer #D1BFBA
Tints of Wafer #D1BFBA
RGB
CMYK
RGB Variations
Color information
#D1BFBA (or 0xD1BFBA) is known color: Wafer. HEX triplet: D1, BF and BA. RGB value is (209,191,186). Sum of RGB (Red+Green+Blue) = 209+191+186=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFBA is #2E4045. Grayscale: #C3C3C3. Windows color (decimal): -3031110 or 12238801. OLE color: 12238801.
HSL color Cylindrical-coordinate representation of color #D1BFBA: hue angle of 13.04º 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 #D1BFBA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 186 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.18 |
| HSL | 13.04º | 0.2% | 0.77% | - |
| HSV(B) | 13.04º | 0.11% | 0.82% | - |
| XYZ | 53.79 | 54.36 | 54.11 | - |
| YUV | 195.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 186 | 0 | 0.09 | 0.11 | 0.18 | 13.04 | 0.2 | 0.77 |
| Hex | D1 | BF | BA | 0 | 9 | B | 12 | D | 14 | 4D |
| Octal | 321 | 277 | 272 | 0 | 11 | 13 | 22 | 15 | 24 | 115 |
| Binary | 11010001 | 10111111 | 10111010 | 0 | 1001 | 1011 | 10010 | 1101 | 10100 | 1001101 |
Color Harmonies of #D1BFBA
Complementary color
Monochromatic Colors of #D1BFBA
Black with #D1BFBA
Text Example
Text Example
White with #D1BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFBA; }
p { color: rgb(209,191,186); }
H1.HeaderClassName
{
color: #D1BFBA;
}
.AnyTagClassName
{
color: #D1BFBA;
}
</style>
background-color css
<style>
a { background-color: #D1BFBA; }
a { background-color: rgb(209,191,186); }
div.DivClassName
{
background-color: #D1BFBA;
}
.BgClassName
{
background-color: #D1BFBA;
}
</style>
border-color css
<style>
span { border-color: #D1BFBA; }
span { border-color: rgb(209,191,186); }
td.TdClassName
{
border-color: #D1BFBA;
}
.TagClassName
{
border-color: #D1BFBA;
}
</style>