Shades of Wafer #D2BBAD
Tints of Wafer #D2BBAD
RGB
CMYK
RGB Variations
Color information
#D2BBAD (or 0xD2BBAD) is known color: Wafer. HEX triplet: D2, BB and AD. RGB value is (210,187,173). Sum of RGB (Red+Green+Blue) = 210+187+173=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBAD is #2D4452. Grayscale: #C0C0C0. Windows color (decimal): -2966611 or 11385810. OLE color: 11385810.
HSL color Cylindrical-coordinate representation of color #D2BBAD: hue angle of 22.7º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2BBAD is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 173 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.18 |
| HSL | 22.7º | 0.29% | 0.75% | - |
| HSV(B) | 22.7º | 0.18% | 0.82% | - |
| XYZ | 51.89 | 52.26 | 46.89 | - |
| YUV | 192.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 173 | 0 | 0.11 | 0.18 | 0.18 | 22.7 | 0.29 | 0.75 |
| Hex | D2 | BB | AD | 0 | B | 12 | 12 | 17 | 1D | 4B |
| Octal | 322 | 273 | 255 | 0 | 13 | 22 | 22 | 27 | 35 | 113 |
| Binary | 11010010 | 10111011 | 10101101 | 0 | 1011 | 10010 | 10010 | 10111 | 11101 | 1001011 |
Color Harmonies of #D2BBAD
Complementary color
Monochromatic Colors of #D2BBAD
Black with #D2BBAD
Text Example
Text Example
White with #D2BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBAD; }
p { color: rgb(210,187,173); }
H1.HeaderClassName
{
color: #D2BBAD;
}
.AnyTagClassName
{
color: #D2BBAD;
}
</style>
background-color css
<style>
a { background-color: #D2BBAD; }
a { background-color: rgb(210,187,173); }
div.DivClassName
{
background-color: #D2BBAD;
}
.BgClassName
{
background-color: #D2BBAD;
}
</style>
border-color css
<style>
span { border-color: #D2BBAD; }
span { border-color: rgb(210,187,173); }
td.TdClassName
{
border-color: #D2BBAD;
}
.TagClassName
{
border-color: #D2BBAD;
}
</style>