Shades of Wafer #DAC2B7
Tints of Wafer #DAC2B7
RGB
CMYK
RGB Variations
Color information
#DAC2B7 (or 0xDAC2B7) is known color: Wafer. HEX triplet: DA, C2 and B7. RGB value is (218,194,183). Sum of RGB (Red+Green+Blue) = 218+194+183=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2B7 is #253D48. Grayscale: #C7C7C7. Windows color (decimal): -2440521 or 12042970. OLE color: 12042970.
HSL color Cylindrical-coordinate representation of color #DAC2B7: hue angle of 18.86º degrees, saturation: 0.32, 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 #DAC2B7 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 194 | 183 | - |
CMYK | 0 | 0.11 | 0.16 | 0.15 |
HSL | 18.86º | 0.32% | 0.79% | - |
HSV(B) | 18.86º | 0.16% | 0.85% | - |
XYZ | 56.75 | 56.91 | 52.79 | - |
YUV | 199.92 | 118.45 | 140.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 194 | 183 | 0 | 0.11 | 0.16 | 0.15 | 18.86 | 0.32 | 0.79 |
Hex | DA | C2 | B7 | 0 | B | 10 | F | 13 | 20 | 4F |
Octal | 332 | 302 | 267 | 0 | 13 | 20 | 17 | 23 | 40 | 117 |
Binary | 11011010 | 11000010 | 10110111 | 0 | 1011 | 10000 | 1111 | 10011 | 100000 | 1001111 |
Color Harmonies of #DAC2B7
Complementary color
Monochromatic Colors of #DAC2B7
Black with #DAC2B7
Text Example
Text Example
White with #DAC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2B7; }
p { color: rgb(218,194,183); }
H1.HeaderClassName
{
color: #DAC2B7;
}
.AnyTagClassName
{
color: #DAC2B7;
}
</style>
background-color css
<style>
a { background-color: #DAC2B7; }
a { background-color: rgb(218,194,183); }
div.DivClassName
{
background-color: #DAC2B7;
}
.BgClassName
{
background-color: #DAC2B7;
}
</style>
border-color css
<style>
span { border-color: #DAC2B7; }
span { border-color: rgb(218,194,183); }
td.TdClassName
{
border-color: #DAC2B7;
}
.TagClassName
{
border-color: #DAC2B7;
}
</style>