Shades of Wafer #D0BEB7
Tints of Wafer #D0BEB7
RGB
CMYK
RGB Variations
Color information
#D0BEB7 (or 0xD0BEB7) is known color: Wafer. HEX triplet: D0, BE and B7. RGB value is (208,190,183). Sum of RGB (Red+Green+Blue) = 208+190+183=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEB7 is #2F4148. Grayscale: #C2C2C2. Windows color (decimal): -3096905 or 12041936. OLE color: 12041936.
HSL color Cylindrical-coordinate representation of color #D0BEB7: hue angle of 16.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0BEB7 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 183 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.18 |
| HSL | 16.8º | 0.21% | 0.77% | - |
| HSV(B) | 16.8º | 0.12% | 0.82% | - |
| XYZ | 52.97 | 53.66 | 52.36 | - |
| YUV | 194.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 183 | 0 | 0.09 | 0.12 | 0.18 | 16.8 | 0.21 | 0.77 |
| Hex | D0 | BE | B7 | 0 | 9 | C | 12 | 11 | 15 | 4D |
| Octal | 320 | 276 | 267 | 0 | 11 | 14 | 22 | 21 | 25 | 115 |
| Binary | 11010000 | 10111110 | 10110111 | 0 | 1001 | 1100 | 10010 | 10001 | 10101 | 1001101 |
Color Harmonies of #D0BEB7
Complementary color
Monochromatic Colors of #D0BEB7
Black with #D0BEB7
Text Example
Text Example
White with #D0BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEB7; }
p { color: rgb(208,190,183); }
H1.HeaderClassName
{
color: #D0BEB7;
}
.AnyTagClassName
{
color: #D0BEB7;
}
</style>
background-color css
<style>
a { background-color: #D0BEB7; }
a { background-color: rgb(208,190,183); }
div.DivClassName
{
background-color: #D0BEB7;
}
.BgClassName
{
background-color: #D0BEB7;
}
</style>
border-color css
<style>
span { border-color: #D0BEB7; }
span { border-color: rgb(208,190,183); }
td.TdClassName
{
border-color: #D0BEB7;
}
.TagClassName
{
border-color: #D0BEB7;
}
</style>