Shades of Wafer #DABDB5
Tints of Wafer #DABDB5
RGB
CMYK
RGB Variations
Color information
#DABDB5 (or 0xDABDB5) is known color: Wafer. HEX triplet: DA, BD and B5. RGB value is (218,189,181). Sum of RGB (Red+Green+Blue) = 218+189+181=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB5 is #25424A. Grayscale: #C4C4C4. Windows color (decimal): -2441803 or 11910618. OLE color: 11910618.
HSL color Cylindrical-coordinate representation of color #DABDB5: hue angle of 12.97º 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 #DABDB5 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 181 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.15 |
| HSL | 12.97º | 0.33% | 0.78% | - |
| HSV(B) | 12.97º | 0.17% | 0.85% | - |
| XYZ | 55.45 | 54.64 | 51.34 | - |
| YUV | 196.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 181 | 0 | 0.13 | 0.17 | 0.15 | 12.97 | 0.33 | 0.78 |
| Hex | DA | BD | B5 | 0 | D | 11 | F | D | 21 | 4E |
| Octal | 332 | 275 | 265 | 0 | 15 | 21 | 17 | 15 | 41 | 116 |
| Binary | 11011010 | 10111101 | 10110101 | 0 | 1101 | 10001 | 1111 | 1101 | 100001 | 1001110 |
Color Harmonies of #DABDB5
Complementary color
Monochromatic Colors of #DABDB5
Black with #DABDB5
Text Example
Text Example
White with #DABDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDB5; }
p { color: rgb(218,189,181); }
H1.HeaderClassName
{
color: #DABDB5;
}
.AnyTagClassName
{
color: #DABDB5;
}
</style>
background-color css
<style>
a { background-color: #DABDB5; }
a { background-color: rgb(218,189,181); }
div.DivClassName
{
background-color: #DABDB5;
}
.BgClassName
{
background-color: #DABDB5;
}
</style>
border-color css
<style>
span { border-color: #DABDB5; }
span { border-color: rgb(218,189,181); }
td.TdClassName
{
border-color: #DABDB5;
}
.TagClassName
{
border-color: #DABDB5;
}
</style>