Shades of Wafer #D6C3BD
Tints of Wafer #D6C3BD
RGB
CMYK
RGB Variations
Color information
#D6C3BD (or 0xD6C3BD) is known color: Wafer. HEX triplet: D6, C3 and BD. RGB value is (214,195,189). Sum of RGB (Red+Green+Blue) = 214+195+189=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3BD is #293C42. Grayscale: #C8C8C8. Windows color (decimal): -2702403 or 12436438. OLE color: 12436438.
HSL color Cylindrical-coordinate representation of color #D6C3BD: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6C3BD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 189 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.16 |
| HSL | 14.4º | 0.23% | 0.79% | - |
| HSV(B) | 14.4º | 0.12% | 0.84% | - |
| XYZ | 56.43 | 57 | 56.17 | - |
| YUV | 200 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 189 | 0 | 0.09 | 0.12 | 0.16 | 14.4 | 0.23 | 0.79 |
| Hex | D6 | C3 | BD | 0 | 9 | C | 10 | E | 17 | 4F |
| Octal | 326 | 303 | 275 | 0 | 11 | 14 | 20 | 16 | 27 | 117 |
| Binary | 11010110 | 11000011 | 10111101 | 0 | 1001 | 1100 | 10000 | 1110 | 10111 | 1001111 |
Color Harmonies of #D6C3BD
Complementary color
Monochromatic Colors of #D6C3BD
Black with #D6C3BD
Text Example
Text Example
White with #D6C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3BD; }
p { color: rgb(214,195,189); }
H1.HeaderClassName
{
color: #D6C3BD;
}
.AnyTagClassName
{
color: #D6C3BD;
}
</style>
background-color css
<style>
a { background-color: #D6C3BD; }
a { background-color: rgb(214,195,189); }
div.DivClassName
{
background-color: #D6C3BD;
}
.BgClassName
{
background-color: #D6C3BD;
}
</style>
border-color css
<style>
span { border-color: #D6C3BD; }
span { border-color: rgb(214,195,189); }
td.TdClassName
{
border-color: #D6C3BD;
}
.TagClassName
{
border-color: #D6C3BD;
}
</style>