Shades of Wafer #D6BFB5
Tints of Wafer #D6BFB5
RGB
CMYK
RGB Variations
Color information
#D6BFB5 (or 0xD6BFB5) is known color: Wafer. HEX triplet: D6, BF and B5. RGB value is (214,191,181). Sum of RGB (Red+Green+Blue) = 214+191+181=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFB5 is #29404A. Grayscale: #C4C4C4. Windows color (decimal): -2703435 or 11911126. OLE color: 11911126.
HSL color Cylindrical-coordinate representation of color #D6BFB5: hue angle of 18.18º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BFB5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 181 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.16 |
| HSL | 18.18º | 0.29% | 0.77% | - |
| HSV(B) | 18.18º | 0.15% | 0.84% | - |
| XYZ | 54.7 | 54.89 | 51.43 | - |
| YUV | 196.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 181 | 0 | 0.11 | 0.15 | 0.16 | 18.18 | 0.29 | 0.77 |
| Hex | D6 | BF | B5 | 0 | B | F | 10 | 12 | 1D | 4D |
| Octal | 326 | 277 | 265 | 0 | 13 | 17 | 20 | 22 | 35 | 115 |
| Binary | 11010110 | 10111111 | 10110101 | 0 | 1011 | 1111 | 10000 | 10010 | 11101 | 1001101 |
Color Harmonies of #D6BFB5
Complementary color
Monochromatic Colors of #D6BFB5
Black with #D6BFB5
Text Example
Text Example
White with #D6BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFB5; }
p { color: rgb(214,191,181); }
H1.HeaderClassName
{
color: #D6BFB5;
}
.AnyTagClassName
{
color: #D6BFB5;
}
</style>
background-color css
<style>
a { background-color: #D6BFB5; }
a { background-color: rgb(214,191,181); }
div.DivClassName
{
background-color: #D6BFB5;
}
.BgClassName
{
background-color: #D6BFB5;
}
</style>
border-color css
<style>
span { border-color: #D6BFB5; }
span { border-color: rgb(214,191,181); }
td.TdClassName
{
border-color: #D6BFB5;
}
.TagClassName
{
border-color: #D6BFB5;
}
</style>