Shades of Wafer #DABAAD
Tints of Wafer #DABAAD
RGB
CMYK
RGB Variations
Color information
#DABAAD (or 0xDABAAD) is known color: Wafer. HEX triplet: DA, BA and AD. RGB value is (218,186,173). Sum of RGB (Red+Green+Blue) = 218+186+173=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAAD is #254552. Grayscale: #C2C2C2. Windows color (decimal): -2442579 or 11385562. OLE color: 11385562.
HSL color Cylindrical-coordinate representation of color #DABAAD: hue angle of 17.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABAAD is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 173 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.15 |
| HSL | 17.33º | 0.38% | 0.77% | - |
| HSV(B) | 17.33º | 0.21% | 0.85% | - |
| XYZ | 54.02 | 53.04 | 46.93 | - |
| YUV | 194.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 173 | 0 | 0.15 | 0.21 | 0.15 | 17.33 | 0.38 | 0.77 |
| Hex | DA | BA | AD | 0 | F | 15 | F | 11 | 26 | 4D |
| Octal | 332 | 272 | 255 | 0 | 17 | 25 | 17 | 21 | 46 | 115 |
| Binary | 11011010 | 10111010 | 10101101 | 0 | 1111 | 10101 | 1111 | 10001 | 100110 | 1001101 |
Color Harmonies of #DABAAD
Complementary color
Monochromatic Colors of #DABAAD
Black with #DABAAD
Text Example
Text Example
White with #DABAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAAD; }
p { color: rgb(218,186,173); }
H1.HeaderClassName
{
color: #DABAAD;
}
.AnyTagClassName
{
color: #DABAAD;
}
</style>
background-color css
<style>
a { background-color: #DABAAD; }
a { background-color: rgb(218,186,173); }
div.DivClassName
{
background-color: #DABAAD;
}
.BgClassName
{
background-color: #DABAAD;
}
</style>
border-color css
<style>
span { border-color: #DABAAD; }
span { border-color: rgb(218,186,173); }
td.TdClassName
{
border-color: #DABAAD;
}
.TagClassName
{
border-color: #DABAAD;
}
</style>