Shades of Wafer #D4BBAD
Tints of Wafer #D4BBAD
RGB
CMYK
RGB Variations
Color information
#D4BBAD (or 0xD4BBAD) is known color: Wafer. HEX triplet: D4, BB and AD. RGB value is (212,187,173). Sum of RGB (Red+Green+Blue) = 212+187+173=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BBAD is #2B4452. Grayscale: #C0C0C0. Windows color (decimal): -2835539 or 11385812. OLE color: 11385812.
HSL color Cylindrical-coordinate representation of color #D4BBAD: hue angle of 21.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BBAD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 173 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.17 |
| HSL | 21.54º | 0.31% | 0.75% | - |
| HSV(B) | 21.54º | 0.18% | 0.83% | - |
| XYZ | 52.46 | 52.55 | 46.91 | - |
| YUV | 192.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 173 | 0 | 0.12 | 0.18 | 0.17 | 21.54 | 0.31 | 0.75 |
| Hex | D4 | BB | AD | 0 | C | 12 | 11 | 16 | 1F | 4B |
| Octal | 324 | 273 | 255 | 0 | 14 | 22 | 21 | 26 | 37 | 113 |
| Binary | 11010100 | 10111011 | 10101101 | 0 | 1100 | 10010 | 10001 | 10110 | 11111 | 1001011 |
Color Harmonies of #D4BBAD
Complementary color
Monochromatic Colors of #D4BBAD
Black with #D4BBAD
Text Example
Text Example
White with #D4BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBAD; }
p { color: rgb(212,187,173); }
H1.HeaderClassName
{
color: #D4BBAD;
}
.AnyTagClassName
{
color: #D4BBAD;
}
</style>
background-color css
<style>
a { background-color: #D4BBAD; }
a { background-color: rgb(212,187,173); }
div.DivClassName
{
background-color: #D4BBAD;
}
.BgClassName
{
background-color: #D4BBAD;
}
</style>
border-color css
<style>
span { border-color: #D4BBAD; }
span { border-color: rgb(212,187,173); }
td.TdClassName
{
border-color: #D4BBAD;
}
.TagClassName
{
border-color: #D4BBAD;
}
</style>