Shades of Wafer #D5BBAF
Tints of Wafer #D5BBAF
RGB
CMYK
RGB Variations
Color information
#D5BBAF (or 0xD5BBAF) is known color: Wafer. HEX triplet: D5, BB and AF. RGB value is (213,187,175). Sum of RGB (Red+Green+Blue) = 213+187+175=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBAF is #2A4450. Grayscale: #C1C1C1. Windows color (decimal): -2770001 or 11516885. OLE color: 11516885.
HSL color Cylindrical-coordinate representation of color #D5BBAF: hue angle of 18.95º 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 #D5BBAF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 175 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.16 |
| HSL | 18.95º | 0.31% | 0.76% | - |
| HSV(B) | 18.95º | 0.18% | 0.84% | - |
| XYZ | 52.95 | 52.78 | 47.95 | - |
| YUV | 193.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 175 | 0 | 0.12 | 0.18 | 0.16 | 18.95 | 0.31 | 0.76 |
| Hex | D5 | BB | AF | 0 | C | 12 | 10 | 13 | 1F | 4C |
| Octal | 325 | 273 | 257 | 0 | 14 | 22 | 20 | 23 | 37 | 114 |
| Binary | 11010101 | 10111011 | 10101111 | 0 | 1100 | 10010 | 10000 | 10011 | 11111 | 1001100 |
Color Harmonies of #D5BBAF
Complementary color
Monochromatic Colors of #D5BBAF
Black with #D5BBAF
Text Example
Text Example
White with #D5BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBAF; }
p { color: rgb(213,187,175); }
H1.HeaderClassName
{
color: #D5BBAF;
}
.AnyTagClassName
{
color: #D5BBAF;
}
</style>
background-color css
<style>
a { background-color: #D5BBAF; }
a { background-color: rgb(213,187,175); }
div.DivClassName
{
background-color: #D5BBAF;
}
.BgClassName
{
background-color: #D5BBAF;
}
</style>
border-color css
<style>
span { border-color: #D5BBAF; }
span { border-color: rgb(213,187,175); }
td.TdClassName
{
border-color: #D5BBAF;
}
.TagClassName
{
border-color: #D5BBAF;
}
</style>