Shades of Wafer #D0BDB1
Tints of Wafer #D0BDB1
RGB
CMYK
RGB Variations
Color information
#D0BDB1 (or 0xD0BDB1) is known color: Wafer. HEX triplet: D0, BD and B1. RGB value is (208,189,177). Sum of RGB (Red+Green+Blue) = 208+189+177=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BDB1 is #2F424E. Grayscale: #C1C1C1. Windows color (decimal): -3097167 or 11648464. OLE color: 11648464.
HSL color Cylindrical-coordinate representation of color #D0BDB1: hue angle of 23.23º 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 #D0BDB1 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 177 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.18 |
| HSL | 23.23º | 0.25% | 0.75% | - |
| HSV(B) | 23.23º | 0.15% | 0.82% | - |
| XYZ | 52.15 | 52.98 | 49.07 | - |
| YUV | 193.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 177 | 0 | 0.09 | 0.15 | 0.18 | 23.23 | 0.25 | 0.75 |
| Hex | D0 | BD | B1 | 0 | 9 | F | 12 | 17 | 19 | 4B |
| Octal | 320 | 275 | 261 | 0 | 11 | 17 | 22 | 27 | 31 | 113 |
| Binary | 11010000 | 10111101 | 10110001 | 0 | 1001 | 1111 | 10010 | 10111 | 11001 | 1001011 |
Color Harmonies of #D0BDB1
Complementary color
Monochromatic Colors of #D0BDB1
Black with #D0BDB1
Text Example
Text Example
White with #D0BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDB1; }
p { color: rgb(208,189,177); }
H1.HeaderClassName
{
color: #D0BDB1;
}
.AnyTagClassName
{
color: #D0BDB1;
}
</style>
background-color css
<style>
a { background-color: #D0BDB1; }
a { background-color: rgb(208,189,177); }
div.DivClassName
{
background-color: #D0BDB1;
}
.BgClassName
{
background-color: #D0BDB1;
}
</style>
border-color css
<style>
span { border-color: #D0BDB1; }
span { border-color: rgb(208,189,177); }
td.TdClassName
{
border-color: #D0BDB1;
}
.TagClassName
{
border-color: #D0BDB1;
}
</style>