Shades of Wafer #D2BFBA
Tints of Wafer #D2BFBA
RGB
CMYK
RGB Variations
Color information
#D2BFBA (or 0xD2BFBA) is known color: Wafer. HEX triplet: D2, BF and BA. RGB value is (210,191,186). Sum of RGB (Red+Green+Blue) = 210+191+186=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFBA is #2D4045. Grayscale: #C4C4C4. Windows color (decimal): -2965574 or 12238802. OLE color: 12238802.
HSL color Cylindrical-coordinate representation of color #D2BFBA: hue angle of 12.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BFBA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 186 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.18 |
| HSL | 12.5º | 0.21% | 0.78% | - |
| HSV(B) | 12.5º | 0.11% | 0.82% | - |
| XYZ | 54.07 | 54.51 | 54.13 | - |
| YUV | 196.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 186 | 0 | 0.09 | 0.11 | 0.18 | 12.5 | 0.21 | 0.78 |
| Hex | D2 | BF | BA | 0 | 9 | B | 12 | C | 15 | 4E |
| Octal | 322 | 277 | 272 | 0 | 11 | 13 | 22 | 14 | 25 | 116 |
| Binary | 11010010 | 10111111 | 10111010 | 0 | 1001 | 1011 | 10010 | 1100 | 10101 | 1001110 |
Color Harmonies of #D2BFBA
Complementary color
Monochromatic Colors of #D2BFBA
Black with #D2BFBA
Text Example
Text Example
White with #D2BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFBA; }
p { color: rgb(210,191,186); }
H1.HeaderClassName
{
color: #D2BFBA;
}
.AnyTagClassName
{
color: #D2BFBA;
}
</style>
background-color css
<style>
a { background-color: #D2BFBA; }
a { background-color: rgb(210,191,186); }
div.DivClassName
{
background-color: #D2BFBA;
}
.BgClassName
{
background-color: #D2BFBA;
}
</style>
border-color css
<style>
span { border-color: #D2BFBA; }
span { border-color: rgb(210,191,186); }
td.TdClassName
{
border-color: #D2BFBA;
}
.TagClassName
{
border-color: #D2BFBA;
}
</style>