Shades of Wafer #D6BDB7
Tints of Wafer #D6BDB7
RGB
CMYK
RGB Variations
Color information
#D6BDB7 (or 0xD6BDB7) is known color: Wafer. HEX triplet: D6, BD and B7. RGB value is (214,189,183). Sum of RGB (Red+Green+Blue) = 214+189+183=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDB7 is #294248. Grayscale: #C3C3C3. Windows color (decimal): -2703945 or 12041686. OLE color: 12041686.
HSL color Cylindrical-coordinate representation of color #D6BDB7: hue angle of 11.61º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BDB7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 183 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.16 |
| HSL | 11.61º | 0.27% | 0.78% | - |
| HSV(B) | 11.61º | 0.14% | 0.84% | - |
| XYZ | 54.48 | 54.11 | 52.37 | - |
| YUV | 195.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 183 | 0 | 0.12 | 0.14 | 0.16 | 11.61 | 0.27 | 0.78 |
| Hex | D6 | BD | B7 | 0 | C | E | 10 | C | 1B | 4E |
| Octal | 326 | 275 | 267 | 0 | 14 | 16 | 20 | 14 | 33 | 116 |
| Binary | 11010110 | 10111101 | 10110111 | 0 | 1100 | 1110 | 10000 | 1100 | 11011 | 1001110 |
Color Harmonies of #D6BDB7
Complementary color
Monochromatic Colors of #D6BDB7
Black with #D6BDB7
Text Example
Text Example
White with #D6BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDB7; }
p { color: rgb(214,189,183); }
H1.HeaderClassName
{
color: #D6BDB7;
}
.AnyTagClassName
{
color: #D6BDB7;
}
</style>
background-color css
<style>
a { background-color: #D6BDB7; }
a { background-color: rgb(214,189,183); }
div.DivClassName
{
background-color: #D6BDB7;
}
.BgClassName
{
background-color: #D6BDB7;
}
</style>
border-color css
<style>
span { border-color: #D6BDB7; }
span { border-color: rgb(214,189,183); }
td.TdClassName
{
border-color: #D6BDB7;
}
.TagClassName
{
border-color: #D6BDB7;
}
</style>