Shades of Wafer #D0BBAD
Tints of Wafer #D0BBAD
RGB
CMYK
RGB Variations
Color information
#D0BBAD (or 0xD0BBAD) is known color: Wafer. HEX triplet: D0, BB and AD. RGB value is (208,187,173). Sum of RGB (Red+Green+Blue) = 208+187+173=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBAD is #2F4452. Grayscale: #BFBFBF. Windows color (decimal): -3097683 or 11385808. OLE color: 11385808.
HSL color Cylindrical-coordinate representation of color #D0BBAD: hue angle of 24º degrees, saturation: 0.27, 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 #D0BBAD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 173 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.18 |
| HSL | 24º | 0.27% | 0.75% | - |
| HSV(B) | 24º | 0.17% | 0.82% | - |
| XYZ | 51.33 | 51.97 | 46.86 | - |
| YUV | 191.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 173 | 0 | 0.10 | 0.17 | 0.18 | 24 | 0.27 | 0.75 |
| Hex | D0 | BB | AD | 0 | A | 11 | 12 | 18 | 1B | 4B |
| Octal | 320 | 273 | 255 | 0 | 12 | 21 | 22 | 30 | 33 | 113 |
| Binary | 11010000 | 10111011 | 10101101 | 0 | 1010 | 10001 | 10010 | 11000 | 11011 | 1001011 |
Color Harmonies of #D0BBAD
Complementary color
Monochromatic Colors of #D0BBAD
Black with #D0BBAD
Text Example
Text Example
White with #D0BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBAD; }
p { color: rgb(208,187,173); }
H1.HeaderClassName
{
color: #D0BBAD;
}
.AnyTagClassName
{
color: #D0BBAD;
}
</style>
background-color css
<style>
a { background-color: #D0BBAD; }
a { background-color: rgb(208,187,173); }
div.DivClassName
{
background-color: #D0BBAD;
}
.BgClassName
{
background-color: #D0BBAD;
}
</style>
border-color css
<style>
span { border-color: #D0BBAD; }
span { border-color: rgb(208,187,173); }
td.TdClassName
{
border-color: #D0BBAD;
}
.TagClassName
{
border-color: #D0BBAD;
}
</style>