Shades of Wafer #D5BCAF
Tints of Wafer #D5BCAF
RGB
CMYK
RGB Variations
Color information
#D5BCAF (or 0xD5BCAF) is known color: Wafer. HEX triplet: D5, BC and AF. RGB value is (213,188,175). Sum of RGB (Red+Green+Blue) = 213+188+175=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCAF is #2A4350. Grayscale: #C2C2C2. Windows color (decimal): -2769745 or 11517141. OLE color: 11517141.
HSL color Cylindrical-coordinate representation of color #D5BCAF: hue angle of 20.53º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BCAF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 175 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.16 |
| HSL | 20.53º | 0.31% | 0.76% | - |
| HSV(B) | 20.53º | 0.18% | 0.84% | - |
| XYZ | 53.16 | 53.21 | 48.03 | - |
| YUV | 193.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 175 | 0 | 0.12 | 0.18 | 0.16 | 20.53 | 0.31 | 0.76 |
| Hex | D5 | BC | AF | 0 | C | 12 | 10 | 15 | 1F | 4C |
| Octal | 325 | 274 | 257 | 0 | 14 | 22 | 20 | 25 | 37 | 114 |
| Binary | 11010101 | 10111100 | 10101111 | 0 | 1100 | 10010 | 10000 | 10101 | 11111 | 1001100 |
Color Harmonies of #D5BCAF
Complementary color
Monochromatic Colors of #D5BCAF
Black with #D5BCAF
Text Example
Text Example
White with #D5BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCAF; }
p { color: rgb(213,188,175); }
H1.HeaderClassName
{
color: #D5BCAF;
}
.AnyTagClassName
{
color: #D5BCAF;
}
</style>
background-color css
<style>
a { background-color: #D5BCAF; }
a { background-color: rgb(213,188,175); }
div.DivClassName
{
background-color: #D5BCAF;
}
.BgClassName
{
background-color: #D5BCAF;
}
</style>
border-color css
<style>
span { border-color: #D5BCAF; }
span { border-color: rgb(213,188,175); }
td.TdClassName
{
border-color: #D5BCAF;
}
.TagClassName
{
border-color: #D5BCAF;
}
</style>