Shades of Wafer #D0BAB4
Tints of Wafer #D0BAB4
RGB
CMYK
RGB Variations
Color information
#D0BAB4 (or 0xD0BAB4) is known color: Wafer. HEX triplet: D0, BA and B4. RGB value is (208,186,180). Sum of RGB (Red+Green+Blue) = 208+186+180=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAB4 is #2F454B. Grayscale: #BFBFBF. Windows color (decimal): -3097932 or 11844304. OLE color: 11844304.
HSL color Cylindrical-coordinate representation of color #D0BAB4: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0BAB4 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 180 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.18 |
| HSL | 12.86º | 0.23% | 0.76% | - |
| HSV(B) | 12.86º | 0.13% | 0.82% | - |
| XYZ | 51.81 | 51.82 | 50.45 | - |
| YUV | 191.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 180 | 0 | 0.11 | 0.13 | 0.18 | 12.86 | 0.23 | 0.76 |
| Hex | D0 | BA | B4 | 0 | B | D | 12 | D | 17 | 4C |
| Octal | 320 | 272 | 264 | 0 | 13 | 15 | 22 | 15 | 27 | 114 |
| Binary | 11010000 | 10111010 | 10110100 | 0 | 1011 | 1101 | 10010 | 1101 | 10111 | 1001100 |
Color Harmonies of #D0BAB4
Complementary color
Monochromatic Colors of #D0BAB4
Black with #D0BAB4
Text Example
Text Example
White with #D0BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAB4; }
p { color: rgb(208,186,180); }
H1.HeaderClassName
{
color: #D0BAB4;
}
.AnyTagClassName
{
color: #D0BAB4;
}
</style>
background-color css
<style>
a { background-color: #D0BAB4; }
a { background-color: rgb(208,186,180); }
div.DivClassName
{
background-color: #D0BAB4;
}
.BgClassName
{
background-color: #D0BAB4;
}
</style>
border-color css
<style>
span { border-color: #D0BAB4; }
span { border-color: rgb(208,186,180); }
td.TdClassName
{
border-color: #D0BAB4;
}
.TagClassName
{
border-color: #D0BAB4;
}
</style>