Shades of Wafer #DABBAD
Tints of Wafer #DABBAD
RGB
CMYK
RGB Variations
Color information
#DABBAD (or 0xDABBAD) is known color: Wafer. HEX triplet: DA, BB and AD. RGB value is (218,187,173). Sum of RGB (Red+Green+Blue) = 218+187+173=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAD is #254452. Grayscale: #C2C2C2. Windows color (decimal): -2442323 or 11385818. OLE color: 11385818.
HSL color Cylindrical-coordinate representation of color #DABBAD: hue angle of 18.67º 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 #DABBAD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 173 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.15 |
| HSL | 18.67º | 0.38% | 0.77% | - |
| HSV(B) | 18.67º | 0.21% | 0.85% | - |
| XYZ | 54.23 | 53.46 | 47 | - |
| YUV | 194.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 173 | 0 | 0.14 | 0.21 | 0.15 | 18.67 | 0.38 | 0.77 |
| Hex | DA | BB | AD | 0 | E | 15 | F | 13 | 26 | 4D |
| Octal | 332 | 273 | 255 | 0 | 16 | 25 | 17 | 23 | 46 | 115 |
| Binary | 11011010 | 10111011 | 10101101 | 0 | 1110 | 10101 | 1111 | 10011 | 100110 | 1001101 |
Color Harmonies of #DABBAD
Complementary color
Monochromatic Colors of #DABBAD
Black with #DABBAD
Text Example
Text Example
White with #DABBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBAD; }
p { color: rgb(218,187,173); }
H1.HeaderClassName
{
color: #DABBAD;
}
.AnyTagClassName
{
color: #DABBAD;
}
</style>
background-color css
<style>
a { background-color: #DABBAD; }
a { background-color: rgb(218,187,173); }
div.DivClassName
{
background-color: #DABBAD;
}
.BgClassName
{
background-color: #DABBAD;
}
</style>
border-color css
<style>
span { border-color: #DABBAD; }
span { border-color: rgb(218,187,173); }
td.TdClassName
{
border-color: #DABBAD;
}
.TagClassName
{
border-color: #DABBAD;
}
</style>