Shades of Wafer #DABBAF
Tints of Wafer #DABBAF
RGB
CMYK
RGB Variations
Color information
#DABBAF (or 0xDABBAF) is known color: Wafer. HEX triplet: DA, BB and AF. RGB value is (218,187,175). Sum of RGB (Red+Green+Blue) = 218+187+175=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAF is #254450. Grayscale: #C2C2C2. Windows color (decimal): -2442321 or 11516890. OLE color: 11516890.
HSL color Cylindrical-coordinate representation of color #DABBAF: hue angle of 16.74º 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 #DABBAF is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 175 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.15 |
| HSL | 16.74º | 0.37% | 0.77% | - |
| HSV(B) | 16.74º | 0.2% | 0.85% | - |
| XYZ | 54.42 | 53.54 | 48.02 | - |
| YUV | 194.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 175 | 0 | 0.14 | 0.20 | 0.15 | 16.74 | 0.37 | 0.77 |
| Hex | DA | BB | AF | 0 | E | 14 | F | 11 | 25 | 4D |
| Octal | 332 | 273 | 257 | 0 | 16 | 24 | 17 | 21 | 45 | 115 |
| Binary | 11011010 | 10111011 | 10101111 | 0 | 1110 | 10100 | 1111 | 10001 | 100101 | 1001101 |
Color Harmonies of #DABBAF
Complementary color
Monochromatic Colors of #DABBAF
Black with #DABBAF
Text Example
Text Example
White with #DABBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBAF; }
p { color: rgb(218,187,175); }
H1.HeaderClassName
{
color: #DABBAF;
}
.AnyTagClassName
{
color: #DABBAF;
}
</style>
background-color css
<style>
a { background-color: #DABBAF; }
a { background-color: rgb(218,187,175); }
div.DivClassName
{
background-color: #DABBAF;
}
.BgClassName
{
background-color: #DABBAF;
}
</style>
border-color css
<style>
span { border-color: #DABBAF; }
span { border-color: rgb(218,187,175); }
td.TdClassName
{
border-color: #DABBAF;
}
.TagClassName
{
border-color: #DABBAF;
}
</style>