Shades of Wafer #D0BFBA
Tints of Wafer #D0BFBA
RGB
CMYK
RGB Variations
Color information
#D0BFBA (or 0xD0BFBA) is known color: Wafer. HEX triplet: D0, BF and BA. RGB value is (208,191,186). Sum of RGB (Red+Green+Blue) = 208+191+186=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFBA is #2F4045. Grayscale: #C3C3C3. Windows color (decimal): -3096646 or 12238800. OLE color: 12238800.
HSL color Cylindrical-coordinate representation of color #D0BFBA: hue angle of 13.64º degrees, saturation: 0.19, 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 #D0BFBA is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 186 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.18 |
| HSL | 13.64º | 0.19% | 0.77% | - |
| HSV(B) | 13.64º | 0.11% | 0.82% | - |
| XYZ | 53.51 | 54.22 | 54.1 | - |
| YUV | 195.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 186 | 0 | 0.08 | 0.11 | 0.18 | 13.64 | 0.19 | 0.77 |
| Hex | D0 | BF | BA | 0 | 8 | B | 12 | E | 13 | 4D |
| Octal | 320 | 277 | 272 | 0 | 10 | 13 | 22 | 16 | 23 | 115 |
| Binary | 11010000 | 10111111 | 10111010 | 0 | 1000 | 1011 | 10010 | 1110 | 10011 | 1001101 |
Color Harmonies of #D0BFBA
Complementary color
Monochromatic Colors of #D0BFBA
Black with #D0BFBA
Text Example
Text Example
White with #D0BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFBA; }
p { color: rgb(208,191,186); }
H1.HeaderClassName
{
color: #D0BFBA;
}
.AnyTagClassName
{
color: #D0BFBA;
}
</style>
background-color css
<style>
a { background-color: #D0BFBA; }
a { background-color: rgb(208,191,186); }
div.DivClassName
{
background-color: #D0BFBA;
}
.BgClassName
{
background-color: #D0BFBA;
}
</style>
border-color css
<style>
span { border-color: #D0BFBA; }
span { border-color: rgb(208,191,186); }
td.TdClassName
{
border-color: #D0BFBA;
}
.TagClassName
{
border-color: #D0BFBA;
}
</style>