Shades of Wafer #DAC1B8
Tints of Wafer #DAC1B8
RGB
CMYK
RGB Variations
Color information
#DAC1B8 (or 0xDAC1B8) is known color: Wafer. HEX triplet: DA, C1 and B8. RGB value is (218,193,184). Sum of RGB (Red+Green+Blue) = 218+193+184=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1B8 is #253E47. Grayscale: #C7C7C7. Windows color (decimal): -2440776 or 12108250. OLE color: 12108250.
HSL color Cylindrical-coordinate representation of color #DAC1B8: hue angle of 15.88º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC1B8 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 184 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.15 |
| HSL | 15.88º | 0.31% | 0.79% | - |
| HSV(B) | 15.88º | 0.16% | 0.85% | - |
| XYZ | 56.64 | 56.51 | 53.27 | - |
| YUV | 199.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 184 | 0 | 0.11 | 0.16 | 0.15 | 15.88 | 0.31 | 0.79 |
| Hex | DA | C1 | B8 | 0 | B | 10 | F | 10 | 1F | 4F |
| Octal | 332 | 301 | 270 | 0 | 13 | 20 | 17 | 20 | 37 | 117 |
| Binary | 11011010 | 11000001 | 10111000 | 0 | 1011 | 10000 | 1111 | 10000 | 11111 | 1001111 |
Color Harmonies of #DAC1B8
Complementary color
Monochromatic Colors of #DAC1B8
Black with #DAC1B8
Text Example
Text Example
White with #DAC1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1B8; }
p { color: rgb(218,193,184); }
H1.HeaderClassName
{
color: #DAC1B8;
}
.AnyTagClassName
{
color: #DAC1B8;
}
</style>
background-color css
<style>
a { background-color: #DAC1B8; }
a { background-color: rgb(218,193,184); }
div.DivClassName
{
background-color: #DAC1B8;
}
.BgClassName
{
background-color: #DAC1B8;
}
</style>
border-color css
<style>
span { border-color: #DAC1B8; }
span { border-color: rgb(218,193,184); }
td.TdClassName
{
border-color: #DAC1B8;
}
.TagClassName
{
border-color: #DAC1B8;
}
</style>