Shades of Wafer #D0BDB6
Tints of Wafer #D0BDB6
RGB
CMYK
RGB Variations
Color information
#D0BDB6 (or 0xD0BDB6) is known color: Wafer. HEX triplet: D0, BD and B6. RGB value is (208,189,182). Sum of RGB (Red+Green+Blue) = 208+189+182=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDB6 is #2F4249. Grayscale: #C1C1C1. Windows color (decimal): -3097162 or 11976144. OLE color: 11976144.
HSL color Cylindrical-coordinate representation of color #D0BDB6: hue angle of 16.15º 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 #D0BDB6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 182 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.18 |
| HSL | 16.15º | 0.22% | 0.76% | - |
| HSV(B) | 16.15º | 0.13% | 0.82% | - |
| XYZ | 52.65 | 53.18 | 51.75 | - |
| YUV | 193.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 182 | 0 | 0.09 | 0.12 | 0.18 | 16.15 | 0.22 | 0.76 |
| Hex | D0 | BD | B6 | 0 | 9 | C | 12 | 10 | 16 | 4C |
| Octal | 320 | 275 | 266 | 0 | 11 | 14 | 22 | 20 | 26 | 114 |
| Binary | 11010000 | 10111101 | 10110110 | 0 | 1001 | 1100 | 10010 | 10000 | 10110 | 1001100 |
Color Harmonies of #D0BDB6
Complementary color
Monochromatic Colors of #D0BDB6
Black with #D0BDB6
Text Example
Text Example
White with #D0BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDB6; }
p { color: rgb(208,189,182); }
H1.HeaderClassName
{
color: #D0BDB6;
}
.AnyTagClassName
{
color: #D0BDB6;
}
</style>
background-color css
<style>
a { background-color: #D0BDB6; }
a { background-color: rgb(208,189,182); }
div.DivClassName
{
background-color: #D0BDB6;
}
.BgClassName
{
background-color: #D0BDB6;
}
</style>
border-color css
<style>
span { border-color: #D0BDB6; }
span { border-color: rgb(208,189,182); }
td.TdClassName
{
border-color: #D0BDB6;
}
.TagClassName
{
border-color: #D0BDB6;
}
</style>