Shades of Wafer #D2BBAF
Tints of Wafer #D2BBAF
RGB
CMYK
RGB Variations
Color information
#D2BBAF (or 0xD2BBAF) is known color: Wafer. HEX triplet: D2, BB and AF. RGB value is (210,187,175). Sum of RGB (Red+Green+Blue) = 210+187+175=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBAF is #2D4450. Grayscale: #C0C0C0. Windows color (decimal): -2966609 or 11516882. OLE color: 11516882.
HSL color Cylindrical-coordinate representation of color #D2BBAF: hue angle of 20.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BBAF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 175 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.18 |
| HSL | 20.57º | 0.28% | 0.75% | - |
| HSV(B) | 20.57º | 0.17% | 0.82% | - |
| XYZ | 52.09 | 52.34 | 47.91 | - |
| YUV | 192.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 175 | 0 | 0.11 | 0.17 | 0.18 | 20.57 | 0.28 | 0.75 |
| Hex | D2 | BB | AF | 0 | B | 11 | 12 | 15 | 1C | 4B |
| Octal | 322 | 273 | 257 | 0 | 13 | 21 | 22 | 25 | 34 | 113 |
| Binary | 11010010 | 10111011 | 10101111 | 0 | 1011 | 10001 | 10010 | 10101 | 11100 | 1001011 |
Color Harmonies of #D2BBAF
Complementary color
Monochromatic Colors of #D2BBAF
Black with #D2BBAF
Text Example
Text Example
White with #D2BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBAF; }
p { color: rgb(210,187,175); }
H1.HeaderClassName
{
color: #D2BBAF;
}
.AnyTagClassName
{
color: #D2BBAF;
}
</style>
background-color css
<style>
a { background-color: #D2BBAF; }
a { background-color: rgb(210,187,175); }
div.DivClassName
{
background-color: #D2BBAF;
}
.BgClassName
{
background-color: #D2BBAF;
}
</style>
border-color css
<style>
span { border-color: #D2BBAF; }
span { border-color: rgb(210,187,175); }
td.TdClassName
{
border-color: #D2BBAF;
}
.TagClassName
{
border-color: #D2BBAF;
}
</style>