Shades of Wafer #D0BFB6
Tints of Wafer #D0BFB6
RGB
CMYK
RGB Variations
Color information
#D0BFB6 (or 0xD0BFB6) is known color: Wafer. HEX triplet: D0, BF and B6. RGB value is (208,191,182). Sum of RGB (Red+Green+Blue) = 208+191+182=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFB6 is #2F4049. Grayscale: #C3C3C3. Windows color (decimal): -3096650 or 11976656. OLE color: 11976656.
HSL color Cylindrical-coordinate representation of color #D0BFB6: hue angle of 20.77º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0BFB6 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 182 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.18 |
| HSL | 20.77º | 0.22% | 0.76% | - |
| HSV(B) | 20.77º | 0.13% | 0.82% | - |
| XYZ | 53.09 | 54.05 | 51.89 | - |
| YUV | 195.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 182 | 0 | 0.08 | 0.12 | 0.18 | 20.77 | 0.22 | 0.76 |
| Hex | D0 | BF | B6 | 0 | 8 | C | 12 | 15 | 16 | 4C |
| Octal | 320 | 277 | 266 | 0 | 10 | 14 | 22 | 25 | 26 | 114 |
| Binary | 11010000 | 10111111 | 10110110 | 0 | 1000 | 1100 | 10010 | 10101 | 10110 | 1001100 |
Color Harmonies of #D0BFB6
Complementary color
Monochromatic Colors of #D0BFB6
Black with #D0BFB6
Text Example
Text Example
White with #D0BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFB6; }
p { color: rgb(208,191,182); }
H1.HeaderClassName
{
color: #D0BFB6;
}
.AnyTagClassName
{
color: #D0BFB6;
}
</style>
background-color css
<style>
a { background-color: #D0BFB6; }
a { background-color: rgb(208,191,182); }
div.DivClassName
{
background-color: #D0BFB6;
}
.BgClassName
{
background-color: #D0BFB6;
}
</style>
border-color css
<style>
span { border-color: #D0BFB6; }
span { border-color: rgb(208,191,182); }
td.TdClassName
{
border-color: #D0BFB6;
}
.TagClassName
{
border-color: #D0BFB6;
}
</style>