Shades of Wafer #D0BAAC
Tints of Wafer #D0BAAC
RGB
CMYK
RGB Variations
Color information
#D0BAAC (or 0xD0BAAC) is known color: Wafer. HEX triplet: D0, BA and AC. RGB value is (208,186,172). Sum of RGB (Red+Green+Blue) = 208+186+172=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BAAC is #2F4553. Grayscale: #BFBFBF. Windows color (decimal): -3097940 or 11320016. OLE color: 11320016.
HSL color Cylindrical-coordinate representation of color #D0BAAC: hue angle of 23.33º 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 #D0BAAC is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 172 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.18 |
| HSL | 23.33º | 0.28% | 0.75% | - |
| HSV(B) | 23.33º | 0.17% | 0.82% | - |
| XYZ | 51.02 | 51.51 | 46.28 | - |
| YUV | 190.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 172 | 0 | 0.11 | 0.17 | 0.18 | 23.33 | 0.28 | 0.75 |
| Hex | D0 | BA | AC | 0 | B | 11 | 12 | 17 | 1C | 4B |
| Octal | 320 | 272 | 254 | 0 | 13 | 21 | 22 | 27 | 34 | 113 |
| Binary | 11010000 | 10111010 | 10101100 | 0 | 1011 | 10001 | 10010 | 10111 | 11100 | 1001011 |
Color Harmonies of #D0BAAC
Complementary color
Monochromatic Colors of #D0BAAC
Black with #D0BAAC
Text Example
Text Example
White with #D0BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAAC; }
p { color: rgb(208,186,172); }
H1.HeaderClassName
{
color: #D0BAAC;
}
.AnyTagClassName
{
color: #D0BAAC;
}
</style>
background-color css
<style>
a { background-color: #D0BAAC; }
a { background-color: rgb(208,186,172); }
div.DivClassName
{
background-color: #D0BAAC;
}
.BgClassName
{
background-color: #D0BAAC;
}
</style>
border-color css
<style>
span { border-color: #D0BAAC; }
span { border-color: rgb(208,186,172); }
td.TdClassName
{
border-color: #D0BAAC;
}
.TagClassName
{
border-color: #D0BAAC;
}
</style>