Shades of Wafer #D6BCB4
Tints of Wafer #D6BCB4
RGB
CMYK
RGB Variations
Color information
#D6BCB4 (or 0xD6BCB4) is known color: Wafer. HEX triplet: D6, BC and B4. RGB value is (214,188,180). Sum of RGB (Red+Green+Blue) = 214+188+180=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCB4 is #29434B. Grayscale: #C2C2C2. Windows color (decimal): -2704204 or 11844822. OLE color: 11844822.
HSL color Cylindrical-coordinate representation of color #D6BCB4: hue angle of 14.12º degrees, saturation: 0.29, 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 #D6BCB4 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 180 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.16 |
| HSL | 14.12º | 0.29% | 0.77% | - |
| HSV(B) | 14.12º | 0.16% | 0.84% | - |
| XYZ | 53.95 | 53.56 | 50.67 | - |
| YUV | 194.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 180 | 0 | 0.12 | 0.16 | 0.16 | 14.12 | 0.29 | 0.77 |
| Hex | D6 | BC | B4 | 0 | C | 10 | 10 | E | 1D | 4D |
| Octal | 326 | 274 | 264 | 0 | 14 | 20 | 20 | 16 | 35 | 115 |
| Binary | 11010110 | 10111100 | 10110100 | 0 | 1100 | 10000 | 10000 | 1110 | 11101 | 1001101 |
Color Harmonies of #D6BCB4
Complementary color
Monochromatic Colors of #D6BCB4
Black with #D6BCB4
Text Example
Text Example
White with #D6BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCB4; }
p { color: rgb(214,188,180); }
H1.HeaderClassName
{
color: #D6BCB4;
}
.AnyTagClassName
{
color: #D6BCB4;
}
</style>
background-color css
<style>
a { background-color: #D6BCB4; }
a { background-color: rgb(214,188,180); }
div.DivClassName
{
background-color: #D6BCB4;
}
.BgClassName
{
background-color: #D6BCB4;
}
</style>
border-color css
<style>
span { border-color: #D6BCB4; }
span { border-color: rgb(214,188,180); }
td.TdClassName
{
border-color: #D6BCB4;
}
.TagClassName
{
border-color: #D6BCB4;
}
</style>