Shades of Wafer #D6BFB3
Tints of Wafer #D6BFB3
RGB
CMYK
RGB Variations
Color information
#D6BFB3 (or 0xD6BFB3) is known color: Wafer. HEX triplet: D6, BF and B3. RGB value is (214,191,179). Sum of RGB (Red+Green+Blue) = 214+191+179=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFB3 is #29404C. Grayscale: #C4C4C4. Windows color (decimal): -2703437 or 11780054. OLE color: 11780054.
HSL color Cylindrical-coordinate representation of color #D6BFB3: hue angle of 20.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BFB3 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 179 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.16 |
| HSL | 20.57º | 0.3% | 0.77% | - |
| HSV(B) | 20.57º | 0.16% | 0.84% | - |
| XYZ | 54.5 | 54.81 | 50.36 | - |
| YUV | 196.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 179 | 0 | 0.11 | 0.16 | 0.16 | 20.57 | 0.3 | 0.77 |
| Hex | D6 | BF | B3 | 0 | B | 10 | 10 | 15 | 1E | 4D |
| Octal | 326 | 277 | 263 | 0 | 13 | 20 | 20 | 25 | 36 | 115 |
| Binary | 11010110 | 10111111 | 10110011 | 0 | 1011 | 10000 | 10000 | 10101 | 11110 | 1001101 |
Color Harmonies of #D6BFB3
Complementary color
Monochromatic Colors of #D6BFB3
Black with #D6BFB3
Text Example
Text Example
White with #D6BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFB3; }
p { color: rgb(214,191,179); }
H1.HeaderClassName
{
color: #D6BFB3;
}
.AnyTagClassName
{
color: #D6BFB3;
}
</style>
background-color css
<style>
a { background-color: #D6BFB3; }
a { background-color: rgb(214,191,179); }
div.DivClassName
{
background-color: #D6BFB3;
}
.BgClassName
{
background-color: #D6BFB3;
}
</style>
border-color css
<style>
span { border-color: #D6BFB3; }
span { border-color: rgb(214,191,179); }
td.TdClassName
{
border-color: #D6BFB3;
}
.TagClassName
{
border-color: #D6BFB3;
}
</style>