Shades of Wafer #D5BBB0
Tints of Wafer #D5BBB0
RGB
CMYK
RGB Variations
Color information
#D5BBB0 (or 0xD5BBB0) is known color: Wafer. HEX triplet: D5, BB and B0. RGB value is (213,187,176). Sum of RGB (Red+Green+Blue) = 213+187+176=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBB0 is #2A444F. Grayscale: #C1C1C1. Windows color (decimal): -2770000 or 11582421. OLE color: 11582421.
HSL color Cylindrical-coordinate representation of color #D5BBB0: hue angle of 17.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BBB0 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 176 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.16 |
| HSL | 17.84º | 0.31% | 0.76% | - |
| HSV(B) | 17.84º | 0.17% | 0.84% | - |
| XYZ | 53.05 | 52.82 | 48.47 | - |
| YUV | 193.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 176 | 0 | 0.12 | 0.17 | 0.16 | 17.84 | 0.31 | 0.76 |
| Hex | D5 | BB | B0 | 0 | C | 11 | 10 | 12 | 1F | 4C |
| Octal | 325 | 273 | 260 | 0 | 14 | 21 | 20 | 22 | 37 | 114 |
| Binary | 11010101 | 10111011 | 10110000 | 0 | 1100 | 10001 | 10000 | 10010 | 11111 | 1001100 |
Color Harmonies of #D5BBB0
Complementary color
Monochromatic Colors of #D5BBB0
Black with #D5BBB0
Text Example
Text Example
White with #D5BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBB0; }
p { color: rgb(213,187,176); }
H1.HeaderClassName
{
color: #D5BBB0;
}
.AnyTagClassName
{
color: #D5BBB0;
}
</style>
background-color css
<style>
a { background-color: #D5BBB0; }
a { background-color: rgb(213,187,176); }
div.DivClassName
{
background-color: #D5BBB0;
}
.BgClassName
{
background-color: #D5BBB0;
}
</style>
border-color css
<style>
span { border-color: #D5BBB0; }
span { border-color: rgb(213,187,176); }
td.TdClassName
{
border-color: #D5BBB0;
}
.TagClassName
{
border-color: #D5BBB0;
}
</style>