Shades of Wafer #D8BEB7
Tints of Wafer #D8BEB7
RGB
CMYK
RGB Variations
Color information
#D8BEB7 (or 0xD8BEB7) is known color: Wafer. HEX triplet: D8, BE and B7. RGB value is (216,190,183). Sum of RGB (Red+Green+Blue) = 216+190+183=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEB7 is #274148. Grayscale: #C5C5C5. Windows color (decimal): -2572617 or 12041944. OLE color: 12041944.
HSL color Cylindrical-coordinate representation of color #D8BEB7: hue angle of 12.73º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8BEB7 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 183 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.15 |
| HSL | 12.73º | 0.3% | 0.78% | - |
| HSV(B) | 12.73º | 0.15% | 0.85% | - |
| XYZ | 55.28 | 54.84 | 52.47 | - |
| YUV | 196.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 183 | 0 | 0.12 | 0.15 | 0.15 | 12.73 | 0.3 | 0.78 |
| Hex | D8 | BE | B7 | 0 | C | F | F | D | 1E | 4E |
| Octal | 330 | 276 | 267 | 0 | 14 | 17 | 17 | 15 | 36 | 116 |
| Binary | 11011000 | 10111110 | 10110111 | 0 | 1100 | 1111 | 1111 | 1101 | 11110 | 1001110 |
Color Harmonies of #D8BEB7
Complementary color
Monochromatic Colors of #D8BEB7
Black with #D8BEB7
Text Example
Text Example
White with #D8BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BEB7; }
p { color: rgb(216,190,183); }
H1.HeaderClassName
{
color: #D8BEB7;
}
.AnyTagClassName
{
color: #D8BEB7;
}
</style>
background-color css
<style>
a { background-color: #D8BEB7; }
a { background-color: rgb(216,190,183); }
div.DivClassName
{
background-color: #D8BEB7;
}
.BgClassName
{
background-color: #D8BEB7;
}
</style>
border-color css
<style>
span { border-color: #D8BEB7; }
span { border-color: rgb(216,190,183); }
td.TdClassName
{
border-color: #D8BEB7;
}
.TagClassName
{
border-color: #D8BEB7;
}
</style>