Shades of Wafer #D0BAAF
Tints of Wafer #D0BAAF
RGB
CMYK
RGB Variations
Color information
#D0BAAF (or 0xD0BAAF) is known color: Wafer. HEX triplet: D0, BA and AF. RGB value is (208,186,175). Sum of RGB (Red+Green+Blue) = 208+186+175=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BAAF is #2F4550. Grayscale: #BFBFBF. Windows color (decimal): -3097937 or 11516624. OLE color: 11516624.
HSL color Cylindrical-coordinate representation of color #D0BAAF: hue angle of 20º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0BAAF is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 175 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.18 |
| HSL | 20º | 0.26% | 0.75% | - |
| HSV(B) | 20º | 0.16% | 0.82% | - |
| XYZ | 51.31 | 51.62 | 47.82 | - |
| YUV | 191.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 175 | 0 | 0.11 | 0.16 | 0.18 | 20 | 0.26 | 0.75 |
| Hex | D0 | BA | AF | 0 | B | 10 | 12 | 14 | 1A | 4B |
| Octal | 320 | 272 | 257 | 0 | 13 | 20 | 22 | 24 | 32 | 113 |
| Binary | 11010000 | 10111010 | 10101111 | 0 | 1011 | 10000 | 10010 | 10100 | 11010 | 1001011 |
Color Harmonies of #D0BAAF
Complementary color
Monochromatic Colors of #D0BAAF
Black with #D0BAAF
Text Example
Text Example
White with #D0BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAAF; }
p { color: rgb(208,186,175); }
H1.HeaderClassName
{
color: #D0BAAF;
}
.AnyTagClassName
{
color: #D0BAAF;
}
</style>
background-color css
<style>
a { background-color: #D0BAAF; }
a { background-color: rgb(208,186,175); }
div.DivClassName
{
background-color: #D0BAAF;
}
.BgClassName
{
background-color: #D0BAAF;
}
</style>
border-color css
<style>
span { border-color: #D0BAAF; }
span { border-color: rgb(208,186,175); }
td.TdClassName
{
border-color: #D0BAAF;
}
.TagClassName
{
border-color: #D0BAAF;
}
</style>