Shades of Wafer #DABBB0
Tints of Wafer #DABBB0
RGB
CMYK
RGB Variations
Color information
#DABBB0 (or 0xDABBB0) is known color: Wafer. HEX triplet: DA, BB and B0. RGB value is (218,187,176). Sum of RGB (Red+Green+Blue) = 218+187+176=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBB0 is #25444F. Grayscale: #C3C3C3. Windows color (decimal): -2442320 or 11582426. OLE color: 11582426.
HSL color Cylindrical-coordinate representation of color #DABBB0: hue angle of 15.71º degrees, saturation: 0.36, 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 #DABBB0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 176 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.15 |
| HSL | 15.71º | 0.36% | 0.77% | - |
| HSV(B) | 15.71º | 0.19% | 0.85% | - |
| XYZ | 54.52 | 53.58 | 48.54 | - |
| YUV | 195.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 176 | 0 | 0.14 | 0.19 | 0.15 | 15.71 | 0.36 | 0.77 |
| Hex | DA | BB | B0 | 0 | E | 13 | F | 10 | 24 | 4D |
| Octal | 332 | 273 | 260 | 0 | 16 | 23 | 17 | 20 | 44 | 115 |
| Binary | 11011010 | 10111011 | 10110000 | 0 | 1110 | 10011 | 1111 | 10000 | 100100 | 1001101 |
Color Harmonies of #DABBB0
Complementary color
Monochromatic Colors of #DABBB0
Black with #DABBB0
Text Example
Text Example
White with #DABBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBB0; }
p { color: rgb(218,187,176); }
H1.HeaderClassName
{
color: #DABBB0;
}
.AnyTagClassName
{
color: #DABBB0;
}
</style>
background-color css
<style>
a { background-color: #DABBB0; }
a { background-color: rgb(218,187,176); }
div.DivClassName
{
background-color: #DABBB0;
}
.BgClassName
{
background-color: #DABBB0;
}
</style>
border-color css
<style>
span { border-color: #DABBB0; }
span { border-color: rgb(218,187,176); }
td.TdClassName
{
border-color: #DABBB0;
}
.TagClassName
{
border-color: #DABBB0;
}
</style>