Shades of Wafer #DABFB6
Tints of Wafer #DABFB6
RGB
CMYK
RGB Variations
Color information
#DABFB6 (or 0xDABFB6) is known color: Wafer. HEX triplet: DA, BF and B6. RGB value is (218,191,182). Sum of RGB (Red+Green+Blue) = 218+191+182=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFB6 is #254049. Grayscale: #C6C6C6. Windows color (decimal): -2441290 or 11976666. OLE color: 11976666.
HSL color Cylindrical-coordinate representation of color #DABFB6: hue angle of 15º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABFB6 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 182 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.15 |
| HSL | 15º | 0.33% | 0.78% | - |
| HSV(B) | 15º | 0.17% | 0.85% | - |
| XYZ | 55.99 | 55.54 | 52.03 | - |
| YUV | 198.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 182 | 0 | 0.12 | 0.17 | 0.15 | 15 | 0.33 | 0.78 |
| Hex | DA | BF | B6 | 0 | C | 11 | F | F | 21 | 4E |
| Octal | 332 | 277 | 266 | 0 | 14 | 21 | 17 | 17 | 41 | 116 |
| Binary | 11011010 | 10111111 | 10110110 | 0 | 1100 | 10001 | 1111 | 1111 | 100001 | 1001110 |
Color Harmonies of #DABFB6
Complementary color
Monochromatic Colors of #DABFB6
Black with #DABFB6
Text Example
Text Example
White with #DABFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFB6; }
p { color: rgb(218,191,182); }
H1.HeaderClassName
{
color: #DABFB6;
}
.AnyTagClassName
{
color: #DABFB6;
}
</style>
background-color css
<style>
a { background-color: #DABFB6; }
a { background-color: rgb(218,191,182); }
div.DivClassName
{
background-color: #DABFB6;
}
.BgClassName
{
background-color: #DABFB6;
}
</style>
border-color css
<style>
span { border-color: #DABFB6; }
span { border-color: rgb(218,191,182); }
td.TdClassName
{
border-color: #DABFB6;
}
.TagClassName
{
border-color: #DABFB6;
}
</style>