Shades of Wafer #D9BBAD
Tints of Wafer #D9BBAD
RGB
CMYK
RGB Variations
Color information
#D9BBAD (or 0xD9BBAD) is known color: Wafer. HEX triplet: D9, BB and AD. RGB value is (217,187,173). Sum of RGB (Red+Green+Blue) = 217+187+173=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBAD is #264452. Grayscale: #C2C2C2. Windows color (decimal): -2507859 or 11385817. OLE color: 11385817.
HSL color Cylindrical-coordinate representation of color #D9BBAD: hue angle of 19.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BBAD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 173 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.15 |
| HSL | 19.09º | 0.37% | 0.76% | - |
| HSV(B) | 19.09º | 0.2% | 0.85% | - |
| XYZ | 53.93 | 53.31 | 46.98 | - |
| YUV | 194.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 173 | 0 | 0.14 | 0.20 | 0.15 | 19.09 | 0.37 | 0.76 |
| Hex | D9 | BB | AD | 0 | E | 14 | F | 13 | 25 | 4C |
| Octal | 331 | 273 | 255 | 0 | 16 | 24 | 17 | 23 | 45 | 114 |
| Binary | 11011001 | 10111011 | 10101101 | 0 | 1110 | 10100 | 1111 | 10011 | 100101 | 1001100 |
Color Harmonies of #D9BBAD
Complementary color
Monochromatic Colors of #D9BBAD
Black with #D9BBAD
Text Example
Text Example
White with #D9BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBAD; }
p { color: rgb(217,187,173); }
H1.HeaderClassName
{
color: #D9BBAD;
}
.AnyTagClassName
{
color: #D9BBAD;
}
</style>
background-color css
<style>
a { background-color: #D9BBAD; }
a { background-color: rgb(217,187,173); }
div.DivClassName
{
background-color: #D9BBAD;
}
.BgClassName
{
background-color: #D9BBAD;
}
</style>
border-color css
<style>
span { border-color: #D9BBAD; }
span { border-color: rgb(217,187,173); }
td.TdClassName
{
border-color: #D9BBAD;
}
.TagClassName
{
border-color: #D9BBAD;
}
</style>