Shades of Wafer #D9BAB0
Tints of Wafer #D9BAB0
RGB
CMYK
RGB Variations
Color information
#D9BAB0 (or 0xD9BAB0) is known color: Wafer. HEX triplet: D9, BA and B0. RGB value is (217,186,176). Sum of RGB (Red+Green+Blue) = 217+186+176=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BAB0 is #26454F. Grayscale: #C2C2C2. Windows color (decimal): -2508112 or 11582169. OLE color: 11582169.
HSL color Cylindrical-coordinate representation of color #D9BAB0: hue angle of 14.63º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9BAB0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 186 | 176 | - |
CMYK | 0 | 0.14 | 0.19 | 0.15 |
HSL | 14.63º | 0.35% | 0.77% | - |
HSV(B) | 14.63º | 0.19% | 0.85% | - |
XYZ | 54.01 | 53 | 48.46 | - |
YUV | 194.13 | 117.77 | 144.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 186 | 176 | 0 | 0.14 | 0.19 | 0.15 | 14.63 | 0.35 | 0.77 |
Hex | D9 | BA | B0 | 0 | E | 13 | F | F | 23 | 4D |
Octal | 331 | 272 | 260 | 0 | 16 | 23 | 17 | 17 | 43 | 115 |
Binary | 11011001 | 10111010 | 10110000 | 0 | 1110 | 10011 | 1111 | 1111 | 100011 | 1001101 |
Color Harmonies of #D9BAB0
Complementary color
Monochromatic Colors of #D9BAB0
Black with #D9BAB0
Text Example
Text Example
White with #D9BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAB0; }
p { color: rgb(217,186,176); }
H1.HeaderClassName
{
color: #D9BAB0;
}
.AnyTagClassName
{
color: #D9BAB0;
}
</style>
background-color css
<style>
a { background-color: #D9BAB0; }
a { background-color: rgb(217,186,176); }
div.DivClassName
{
background-color: #D9BAB0;
}
.BgClassName
{
background-color: #D9BAB0;
}
</style>
border-color css
<style>
span { border-color: #D9BAB0; }
span { border-color: rgb(217,186,176); }
td.TdClassName
{
border-color: #D9BAB0;
}
.TagClassName
{
border-color: #D9BAB0;
}
</style>