Shades of Wafer #DABCB2
Tints of Wafer #DABCB2
RGB
CMYK
RGB Variations
Color information
#DABCB2 (or 0xDABCB2) is known color: Wafer. HEX triplet: DA, BC and B2. RGB value is (218,188,178). Sum of RGB (Red+Green+Blue) = 218+188+178=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCB2 is #25434D. Grayscale: #C3C3C3. Windows color (decimal): -2442062 or 11713754. OLE color: 11713754.
HSL color Cylindrical-coordinate representation of color #DABCB2: hue angle of 15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABCB2 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 178 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.15 |
| HSL | 15º | 0.35% | 0.78% | - |
| HSV(B) | 15º | 0.18% | 0.85% | - |
| XYZ | 54.93 | 54.09 | 49.66 | - |
| YUV | 195.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 178 | 0 | 0.14 | 0.18 | 0.15 | 15 | 0.35 | 0.78 |
| Hex | DA | BC | B2 | 0 | E | 12 | F | F | 23 | 4E |
| Octal | 332 | 274 | 262 | 0 | 16 | 22 | 17 | 17 | 43 | 116 |
| Binary | 11011010 | 10111100 | 10110010 | 0 | 1110 | 10010 | 1111 | 1111 | 100011 | 1001110 |
Color Harmonies of #DABCB2
Complementary color
Monochromatic Colors of #DABCB2
Black with #DABCB2
Text Example
Text Example
White with #DABCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCB2; }
p { color: rgb(218,188,178); }
H1.HeaderClassName
{
color: #DABCB2;
}
.AnyTagClassName
{
color: #DABCB2;
}
</style>
background-color css
<style>
a { background-color: #DABCB2; }
a { background-color: rgb(218,188,178); }
div.DivClassName
{
background-color: #DABCB2;
}
.BgClassName
{
background-color: #DABCB2;
}
</style>
border-color css
<style>
span { border-color: #DABCB2; }
span { border-color: rgb(218,188,178); }
td.TdClassName
{
border-color: #DABCB2;
}
.TagClassName
{
border-color: #DABCB2;
}
</style>