Shades of Wafer #DABAAF
Tints of Wafer #DABAAF
RGB
CMYK
RGB Variations
Color information
#DABAAF (or 0xDABAAF) is known color: Wafer. HEX triplet: DA, BA and AF. RGB value is (218,186,175). Sum of RGB (Red+Green+Blue) = 218+186+175=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAAF is #254550. Grayscale: #C2C2C2. Windows color (decimal): -2442577 or 11516634. OLE color: 11516634.
HSL color Cylindrical-coordinate representation of color #DABAAF: hue angle of 15.35º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABAAF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 175 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.15 |
| HSL | 15.35º | 0.37% | 0.77% | - |
| HSV(B) | 15.35º | 0.2% | 0.85% | - |
| XYZ | 54.21 | 53.12 | 47.95 | - |
| YUV | 194.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 175 | 0 | 0.15 | 0.20 | 0.15 | 15.35 | 0.37 | 0.77 |
| Hex | DA | BA | AF | 0 | F | 14 | F | F | 25 | 4D |
| Octal | 332 | 272 | 257 | 0 | 17 | 24 | 17 | 17 | 45 | 115 |
| Binary | 11011010 | 10111010 | 10101111 | 0 | 1111 | 10100 | 1111 | 1111 | 100101 | 1001101 |
Color Harmonies of #DABAAF
Complementary color
Monochromatic Colors of #DABAAF
Black with #DABAAF
Text Example
Text Example
White with #DABAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAAF; }
p { color: rgb(218,186,175); }
H1.HeaderClassName
{
color: #DABAAF;
}
.AnyTagClassName
{
color: #DABAAF;
}
</style>
background-color css
<style>
a { background-color: #DABAAF; }
a { background-color: rgb(218,186,175); }
div.DivClassName
{
background-color: #DABAAF;
}
.BgClassName
{
background-color: #DABAAF;
}
</style>
border-color css
<style>
span { border-color: #DABAAF; }
span { border-color: rgb(218,186,175); }
td.TdClassName
{
border-color: #DABAAF;
}
.TagClassName
{
border-color: #DABAAF;
}
</style>