Shades of Wafer #DABBB1
Tints of Wafer #DABBB1
RGB
CMYK
RGB Variations
Color information
#DABBB1 (or 0xDABBB1) is known color: Wafer. HEX triplet: DA, BB and B1. RGB value is (218,187,177). Sum of RGB (Red+Green+Blue) = 218+187+177=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBB1 is #25444E. Grayscale: #C3C3C3. Windows color (decimal): -2442319 or 11647962. OLE color: 11647962.
HSL color Cylindrical-coordinate representation of color #DABBB1: hue angle of 14.63º 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 #DABBB1 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 177 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.15 |
| HSL | 14.63º | 0.36% | 0.77% | - |
| HSV(B) | 14.63º | 0.19% | 0.85% | - |
| XYZ | 54.62 | 53.62 | 49.07 | - |
| YUV | 195.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 177 | 0 | 0.14 | 0.19 | 0.15 | 14.63 | 0.36 | 0.77 |
| Hex | DA | BB | B1 | 0 | E | 13 | F | F | 24 | 4D |
| Octal | 332 | 273 | 261 | 0 | 16 | 23 | 17 | 17 | 44 | 115 |
| Binary | 11011010 | 10111011 | 10110001 | 0 | 1110 | 10011 | 1111 | 1111 | 100100 | 1001101 |
Color Harmonies of #DABBB1
Complementary color
Monochromatic Colors of #DABBB1
Black with #DABBB1
Text Example
Text Example
White with #DABBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBB1; }
p { color: rgb(218,187,177); }
H1.HeaderClassName
{
color: #DABBB1;
}
.AnyTagClassName
{
color: #DABBB1;
}
</style>
background-color css
<style>
a { background-color: #DABBB1; }
a { background-color: rgb(218,187,177); }
div.DivClassName
{
background-color: #DABBB1;
}
.BgClassName
{
background-color: #DABBB1;
}
</style>
border-color css
<style>
span { border-color: #DABBB1; }
span { border-color: rgb(218,187,177); }
td.TdClassName
{
border-color: #DABBB1;
}
.TagClassName
{
border-color: #DABBB1;
}
</style>