Shades of Wafer #D0BFB5
Tints of Wafer #D0BFB5
RGB
CMYK
RGB Variations
Color information
#D0BFB5 (or 0xD0BFB5) is known color: Wafer. HEX triplet: D0, BF and B5. RGB value is (208,191,181). Sum of RGB (Red+Green+Blue) = 208+191+181=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFB5 is #2F404A. Grayscale: #C3C3C3. Windows color (decimal): -3096651 or 11911120. OLE color: 11911120.
HSL color Cylindrical-coordinate representation of color #D0BFB5: hue angle of 22.22º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0BFB5 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 181 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.18 |
| HSL | 22.22º | 0.22% | 0.76% | - |
| HSV(B) | 22.22º | 0.13% | 0.82% | - |
| XYZ | 52.98 | 54.01 | 51.35 | - |
| YUV | 194.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 181 | 0 | 0.08 | 0.13 | 0.18 | 22.22 | 0.22 | 0.76 |
| Hex | D0 | BF | B5 | 0 | 8 | D | 12 | 16 | 16 | 4C |
| Octal | 320 | 277 | 265 | 0 | 10 | 15 | 22 | 26 | 26 | 114 |
| Binary | 11010000 | 10111111 | 10110101 | 0 | 1000 | 1101 | 10010 | 10110 | 10110 | 1001100 |
Color Harmonies of #D0BFB5
Complementary color
Monochromatic Colors of #D0BFB5
Black with #D0BFB5
Text Example
Text Example
White with #D0BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFB5; }
p { color: rgb(208,191,181); }
H1.HeaderClassName
{
color: #D0BFB5;
}
.AnyTagClassName
{
color: #D0BFB5;
}
</style>
background-color css
<style>
a { background-color: #D0BFB5; }
a { background-color: rgb(208,191,181); }
div.DivClassName
{
background-color: #D0BFB5;
}
.BgClassName
{
background-color: #D0BFB5;
}
</style>
border-color css
<style>
span { border-color: #D0BFB5; }
span { border-color: rgb(208,191,181); }
td.TdClassName
{
border-color: #D0BFB5;
}
.TagClassName
{
border-color: #D0BFB5;
}
</style>