Shades of Wafer #DCBAAD
Tints of Wafer #DCBAAD
RGB
CMYK
RGB Variations
Color information
#DCBAAD (or 0xDCBAAD) is known color: Wafer. HEX triplet: DC, BA and AD. RGB value is (220,186,173). Sum of RGB (Red+Green+Blue) = 220+186+173=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAAD is #234552. Grayscale: #C2C2C2. Windows color (decimal): -2311507 or 11385564. OLE color: 11385564.
HSL color Cylindrical-coordinate representation of color #DCBAAD: hue angle of 16.6º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBAAD is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 173 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.14 |
| HSL | 16.6º | 0.4% | 0.77% | - |
| HSV(B) | 16.6º | 0.21% | 0.86% | - |
| XYZ | 54.62 | 53.35 | 46.95 | - |
| YUV | 194.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 173 | 0 | 0.15 | 0.21 | 0.14 | 16.6 | 0.4 | 0.77 |
| Hex | DC | BA | AD | 0 | F | 15 | E | 11 | 28 | 4D |
| Octal | 334 | 272 | 255 | 0 | 17 | 25 | 16 | 21 | 50 | 115 |
| Binary | 11011100 | 10111010 | 10101101 | 0 | 1111 | 10101 | 1110 | 10001 | 101000 | 1001101 |
Color Harmonies of #DCBAAD
Complementary color
Monochromatic Colors of #DCBAAD
Black with #DCBAAD
Text Example
Text Example
White with #DCBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAAD; }
p { color: rgb(220,186,173); }
H1.HeaderClassName
{
color: #DCBAAD;
}
.AnyTagClassName
{
color: #DCBAAD;
}
</style>
background-color css
<style>
a { background-color: #DCBAAD; }
a { background-color: rgb(220,186,173); }
div.DivClassName
{
background-color: #DCBAAD;
}
.BgClassName
{
background-color: #DCBAAD;
}
</style>
border-color css
<style>
span { border-color: #DCBAAD; }
span { border-color: rgb(220,186,173); }
td.TdClassName
{
border-color: #DCBAAD;
}
.TagClassName
{
border-color: #DCBAAD;
}
</style>