Shades of Wafer #DAC4BA
Tints of Wafer #DAC4BA
RGB
CMYK
RGB Variations
Color information
#DAC4BA (or 0xDAC4BA) is known color: Wafer. HEX triplet: DA, C4 and BA. RGB value is (218,196,186). Sum of RGB (Red+Green+Blue) = 218+196+186=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4BA is #253B45. Grayscale: #C9C9C9. Windows color (decimal): -2440006 or 12240090. OLE color: 12240090.
HSL color Cylindrical-coordinate representation of color #DAC4BA: hue angle of 18.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC4BA is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 186 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.15 |
| HSL | 18.75º | 0.3% | 0.79% | - |
| HSV(B) | 18.75º | 0.15% | 0.85% | - |
| XYZ | 57.52 | 57.93 | 54.6 | - |
| YUV | 201.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 186 | 0 | 0.10 | 0.15 | 0.15 | 18.75 | 0.3 | 0.79 |
| Hex | DA | C4 | BA | 0 | A | F | F | 13 | 1E | 4F |
| Octal | 332 | 304 | 272 | 0 | 12 | 17 | 17 | 23 | 36 | 117 |
| Binary | 11011010 | 11000100 | 10111010 | 0 | 1010 | 1111 | 1111 | 10011 | 11110 | 1001111 |
Color Harmonies of #DAC4BA
Complementary color
Monochromatic Colors of #DAC4BA
Black with #DAC4BA
Text Example
Text Example
White with #DAC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4BA; }
p { color: rgb(218,196,186); }
H1.HeaderClassName
{
color: #DAC4BA;
}
.AnyTagClassName
{
color: #DAC4BA;
}
</style>
background-color css
<style>
a { background-color: #DAC4BA; }
a { background-color: rgb(218,196,186); }
div.DivClassName
{
background-color: #DAC4BA;
}
.BgClassName
{
background-color: #DAC4BA;
}
</style>
border-color css
<style>
span { border-color: #DAC4BA; }
span { border-color: rgb(218,196,186); }
td.TdClassName
{
border-color: #DAC4BA;
}
.TagClassName
{
border-color: #DAC4BA;
}
</style>