Shades of Wafer #D6C3BB
Tints of Wafer #D6C3BB
RGB
CMYK
RGB Variations
Color information
#D6C3BB (or 0xD6C3BB) is known color: Wafer. HEX triplet: D6, C3 and BB. RGB value is (214,195,187). Sum of RGB (Red+Green+Blue) = 214+195+187=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3BB is #293C44. Grayscale: #C7C7C7. Windows color (decimal): -2702405 or 12305366. OLE color: 12305366.
HSL color Cylindrical-coordinate representation of color #D6C3BB: hue angle of 17.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6C3BB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 187 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.16 |
| HSL | 17.78º | 0.25% | 0.79% | - |
| HSV(B) | 17.78º | 0.13% | 0.84% | - |
| XYZ | 56.22 | 56.91 | 55.04 | - |
| YUV | 199.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 187 | 0 | 0.09 | 0.13 | 0.16 | 17.78 | 0.25 | 0.79 |
| Hex | D6 | C3 | BB | 0 | 9 | D | 10 | 12 | 19 | 4F |
| Octal | 326 | 303 | 273 | 0 | 11 | 15 | 20 | 22 | 31 | 117 |
| Binary | 11010110 | 11000011 | 10111011 | 0 | 1001 | 1101 | 10000 | 10010 | 11001 | 1001111 |
Color Harmonies of #D6C3BB
Complementary color
Monochromatic Colors of #D6C3BB
Black with #D6C3BB
Text Example
Text Example
White with #D6C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3BB; }
p { color: rgb(214,195,187); }
H1.HeaderClassName
{
color: #D6C3BB;
}
.AnyTagClassName
{
color: #D6C3BB;
}
</style>
background-color css
<style>
a { background-color: #D6C3BB; }
a { background-color: rgb(214,195,187); }
div.DivClassName
{
background-color: #D6C3BB;
}
.BgClassName
{
background-color: #D6C3BB;
}
</style>
border-color css
<style>
span { border-color: #D6C3BB; }
span { border-color: rgb(214,195,187); }
td.TdClassName
{
border-color: #D6C3BB;
}
.TagClassName
{
border-color: #D6C3BB;
}
</style>