Shades of Wafer #D6C2B8
Tints of Wafer #D6C2B8
RGB
CMYK
RGB Variations
Color information
#D6C2B8 (or 0xD6C2B8) is known color: Wafer. HEX triplet: D6, C2 and B8. RGB value is (214,194,184). Sum of RGB (Red+Green+Blue) = 214+194+184=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2B8 is #293D47. Grayscale: #C6C6C6. Windows color (decimal): -2702664 or 12108502. OLE color: 12108502.
HSL color Cylindrical-coordinate representation of color #D6C2B8: hue angle of 20º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6C2B8 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 184 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.16 |
| HSL | 20º | 0.27% | 0.78% | - |
| HSV(B) | 20º | 0.14% | 0.84% | - |
| XYZ | 55.68 | 56.34 | 53.29 | - |
| YUV | 198.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 184 | 0 | 0.09 | 0.14 | 0.16 | 20 | 0.27 | 0.78 |
| Hex | D6 | C2 | B8 | 0 | 9 | E | 10 | 14 | 1B | 4E |
| Octal | 326 | 302 | 270 | 0 | 11 | 16 | 20 | 24 | 33 | 116 |
| Binary | 11010110 | 11000010 | 10111000 | 0 | 1001 | 1110 | 10000 | 10100 | 11011 | 1001110 |
Color Harmonies of #D6C2B8
Complementary color
Monochromatic Colors of #D6C2B8
Black with #D6C2B8
Text Example
Text Example
White with #D6C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C2B8; }
p { color: rgb(214,194,184); }
H1.HeaderClassName
{
color: #D6C2B8;
}
.AnyTagClassName
{
color: #D6C2B8;
}
</style>
background-color css
<style>
a { background-color: #D6C2B8; }
a { background-color: rgb(214,194,184); }
div.DivClassName
{
background-color: #D6C2B8;
}
.BgClassName
{
background-color: #D6C2B8;
}
</style>
border-color css
<style>
span { border-color: #D6C2B8; }
span { border-color: rgb(214,194,184); }
td.TdClassName
{
border-color: #D6C2B8;
}
.TagClassName
{
border-color: #D6C2B8;
}
</style>