Shades of Wafer #D0BCB0
Tints of Wafer #D0BCB0
RGB
CMYK
RGB Variations
Color information
#D0BCB0 (or 0xD0BCB0) is known color: Wafer. HEX triplet: D0, BC and B0. RGB value is (208,188,176). Sum of RGB (Red+Green+Blue) = 208+188+176=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BCB0 is #2F434F. Grayscale: #C0C0C0. Windows color (decimal): -3097424 or 11582672. OLE color: 11582672.
HSL color Cylindrical-coordinate representation of color #D0BCB0: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0BCB0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 176 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.18 |
| HSL | 22.5º | 0.25% | 0.75% | - |
| HSV(B) | 22.5º | 0.15% | 0.82% | - |
| XYZ | 51.83 | 52.51 | 48.48 | - |
| YUV | 192.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 176 | 0 | 0.10 | 0.15 | 0.18 | 22.5 | 0.25 | 0.75 |
| Hex | D0 | BC | B0 | 0 | A | F | 12 | 16 | 19 | 4B |
| Octal | 320 | 274 | 260 | 0 | 12 | 17 | 22 | 26 | 31 | 113 |
| Binary | 11010000 | 10111100 | 10110000 | 0 | 1010 | 1111 | 10010 | 10110 | 11001 | 1001011 |
Color Harmonies of #D0BCB0
Complementary color
Monochromatic Colors of #D0BCB0
Black with #D0BCB0
Text Example
Text Example
White with #D0BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCB0; }
p { color: rgb(208,188,176); }
H1.HeaderClassName
{
color: #D0BCB0;
}
.AnyTagClassName
{
color: #D0BCB0;
}
</style>
background-color css
<style>
a { background-color: #D0BCB0; }
a { background-color: rgb(208,188,176); }
div.DivClassName
{
background-color: #D0BCB0;
}
.BgClassName
{
background-color: #D0BCB0;
}
</style>
border-color css
<style>
span { border-color: #D0BCB0; }
span { border-color: rgb(208,188,176); }
td.TdClassName
{
border-color: #D0BCB0;
}
.TagClassName
{
border-color: #D0BCB0;
}
</style>