Shades of Wafer #D2BFB9
Tints of Wafer #D2BFB9
RGB
CMYK
RGB Variations
Color information
#D2BFB9 (or 0xD2BFB9) is known color: Wafer. HEX triplet: D2, BF and B9. RGB value is (210,191,185). Sum of RGB (Red+Green+Blue) = 210+191+185=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFB9 is #2D4046. Grayscale: #C4C4C4. Windows color (decimal): -2965575 or 12173266. OLE color: 12173266.
HSL color Cylindrical-coordinate representation of color #D2BFB9: hue angle of 14.4º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BFB9 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 185 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.18 |
| HSL | 14.4º | 0.22% | 0.77% | - |
| HSV(B) | 14.4º | 0.12% | 0.82% | - |
| XYZ | 53.97 | 54.47 | 53.57 | - |
| YUV | 196 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 185 | 0 | 0.09 | 0.12 | 0.18 | 14.4 | 0.22 | 0.77 |
| Hex | D2 | BF | B9 | 0 | 9 | C | 12 | E | 16 | 4D |
| Octal | 322 | 277 | 271 | 0 | 11 | 14 | 22 | 16 | 26 | 115 |
| Binary | 11010010 | 10111111 | 10111001 | 0 | 1001 | 1100 | 10010 | 1110 | 10110 | 1001101 |
Color Harmonies of #D2BFB9
Complementary color
Monochromatic Colors of #D2BFB9
Black with #D2BFB9
Text Example
Text Example
White with #D2BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFB9; }
p { color: rgb(210,191,185); }
H1.HeaderClassName
{
color: #D2BFB9;
}
.AnyTagClassName
{
color: #D2BFB9;
}
</style>
background-color css
<style>
a { background-color: #D2BFB9; }
a { background-color: rgb(210,191,185); }
div.DivClassName
{
background-color: #D2BFB9;
}
.BgClassName
{
background-color: #D2BFB9;
}
</style>
border-color css
<style>
span { border-color: #D2BFB9; }
span { border-color: rgb(210,191,185); }
td.TdClassName
{
border-color: #D2BFB9;
}
.TagClassName
{
border-color: #D2BFB9;
}
</style>