Shades of Wafer #D6BCB5
Tints of Wafer #D6BCB5
RGB
CMYK
RGB Variations
Color information
#D6BCB5 (or 0xD6BCB5) is known color: Wafer. HEX triplet: D6, BC and B5. RGB value is (214,188,181). Sum of RGB (Red+Green+Blue) = 214+188+181=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCB5 is #29434A. Grayscale: #C3C3C3. Windows color (decimal): -2704203 or 11910358. OLE color: 11910358.
HSL color Cylindrical-coordinate representation of color #D6BCB5: hue angle of 12.73º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BCB5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 188 | 181 | - |
CMYK | 0 | 0.12 | 0.15 | 0.16 |
HSL | 12.73º | 0.29% | 0.77% | - |
HSV(B) | 12.73º | 0.15% | 0.84% | - |
XYZ | 54.06 | 53.6 | 51.21 | - |
YUV | 194.98 | 120.11 | 141.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 188 | 181 | 0 | 0.12 | 0.15 | 0.16 | 12.73 | 0.29 | 0.77 |
Hex | D6 | BC | B5 | 0 | C | F | 10 | D | 1D | 4D |
Octal | 326 | 274 | 265 | 0 | 14 | 17 | 20 | 15 | 35 | 115 |
Binary | 11010110 | 10111100 | 10110101 | 0 | 1100 | 1111 | 10000 | 1101 | 11101 | 1001101 |
Color Harmonies of #D6BCB5
Complementary color
Monochromatic Colors of #D6BCB5
Black with #D6BCB5
Text Example
Text Example
White with #D6BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCB5; }
p { color: rgb(214,188,181); }
H1.HeaderClassName
{
color: #D6BCB5;
}
.AnyTagClassName
{
color: #D6BCB5;
}
</style>
background-color css
<style>
a { background-color: #D6BCB5; }
a { background-color: rgb(214,188,181); }
div.DivClassName
{
background-color: #D6BCB5;
}
.BgClassName
{
background-color: #D6BCB5;
}
</style>
border-color css
<style>
span { border-color: #D6BCB5; }
span { border-color: rgb(214,188,181); }
td.TdClassName
{
border-color: #D6BCB5;
}
.TagClassName
{
border-color: #D6BCB5;
}
</style>