Shades of Wafer #DABDB1
Tints of Wafer #DABDB1
RGB
CMYK
RGB Variations
Color information
#DABDB1 (or 0xDABDB1) is known color: Wafer. HEX triplet: DA, BD and B1. RGB value is (218,189,177). Sum of RGB (Red+Green+Blue) = 218+189+177=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDB1 is #25424E. Grayscale: #C4C4C4. Windows color (decimal): -2441807 or 11648474. OLE color: 11648474.
HSL color Cylindrical-coordinate representation of color #DABDB1: hue angle of 17.56º 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 #DABDB1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 177 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.15 |
| HSL | 17.56º | 0.36% | 0.77% | - |
| HSV(B) | 17.56º | 0.19% | 0.85% | - |
| XYZ | 55.05 | 54.47 | 49.21 | - |
| YUV | 196.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 177 | 0 | 0.13 | 0.19 | 0.15 | 17.56 | 0.36 | 0.77 |
| Hex | DA | BD | B1 | 0 | D | 13 | F | 12 | 24 | 4D |
| Octal | 332 | 275 | 261 | 0 | 15 | 23 | 17 | 22 | 44 | 115 |
| Binary | 11011010 | 10111101 | 10110001 | 0 | 1101 | 10011 | 1111 | 10010 | 100100 | 1001101 |
Color Harmonies of #DABDB1
Complementary color
Monochromatic Colors of #DABDB1
Black with #DABDB1
Text Example
Text Example
White with #DABDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDB1; }
p { color: rgb(218,189,177); }
H1.HeaderClassName
{
color: #DABDB1;
}
.AnyTagClassName
{
color: #DABDB1;
}
</style>
background-color css
<style>
a { background-color: #DABDB1; }
a { background-color: rgb(218,189,177); }
div.DivClassName
{
background-color: #DABDB1;
}
.BgClassName
{
background-color: #DABDB1;
}
</style>
border-color css
<style>
span { border-color: #DABDB1; }
span { border-color: rgb(218,189,177); }
td.TdClassName
{
border-color: #DABDB1;
}
.TagClassName
{
border-color: #DABDB1;
}
</style>