Shades of Wafer #D6C2BB
Tints of Wafer #D6C2BB
RGB
CMYK
RGB Variations
Color information
#D6C2BB (or 0xD6C2BB) is known color: Wafer. HEX triplet: D6, C2 and BB. RGB value is (214,194,187). Sum of RGB (Red+Green+Blue) = 214+194+187=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2BB is #293D44. Grayscale: #C7C7C7. Windows color (decimal): -2702661 or 12305110. OLE color: 12305110.
HSL color Cylindrical-coordinate representation of color #D6C2BB: hue angle of 15.56º 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 #D6C2BB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 187 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.16 |
| HSL | 15.56º | 0.25% | 0.79% | - |
| HSV(B) | 15.56º | 0.13% | 0.84% | - |
| XYZ | 55.99 | 56.47 | 54.96 | - |
| YUV | 199.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 187 | 0 | 0.09 | 0.13 | 0.16 | 15.56 | 0.25 | 0.79 |
| Hex | D6 | C2 | BB | 0 | 9 | D | 10 | 10 | 19 | 4F |
| Octal | 326 | 302 | 273 | 0 | 11 | 15 | 20 | 20 | 31 | 117 |
| Binary | 11010110 | 11000010 | 10111011 | 0 | 1001 | 1101 | 10000 | 10000 | 11001 | 1001111 |
Color Harmonies of #D6C2BB
Complementary color
Monochromatic Colors of #D6C2BB
Black with #D6C2BB
Text Example
Text Example
White with #D6C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C2BB; }
p { color: rgb(214,194,187); }
H1.HeaderClassName
{
color: #D6C2BB;
}
.AnyTagClassName
{
color: #D6C2BB;
}
</style>
background-color css
<style>
a { background-color: #D6C2BB; }
a { background-color: rgb(214,194,187); }
div.DivClassName
{
background-color: #D6C2BB;
}
.BgClassName
{
background-color: #D6C2BB;
}
</style>
border-color css
<style>
span { border-color: #D6C2BB; }
span { border-color: rgb(214,194,187); }
td.TdClassName
{
border-color: #D6C2BB;
}
.TagClassName
{
border-color: #D6C2BB;
}
</style>