Shades of Wafer #D6BEB6
Tints of Wafer #D6BEB6
RGB
CMYK
RGB Variations
Color information
#D6BEB6 (or 0xD6BEB6) is known color: Wafer. HEX triplet: D6, BE and B6. RGB value is (214,190,182). Sum of RGB (Red+Green+Blue) = 214+190+182=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEB6 is #294149. Grayscale: #C4C4C4. Windows color (decimal): -2703690 or 11976406. OLE color: 11976406.
HSL color Cylindrical-coordinate representation of color #D6BEB6: hue angle of 15º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BEB6 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 182 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.16 |
| HSL | 15º | 0.28% | 0.78% | - |
| HSV(B) | 15º | 0.15% | 0.84% | - |
| XYZ | 54.59 | 54.5 | 51.9 | - |
| YUV | 196.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 182 | 0 | 0.11 | 0.15 | 0.16 | 15 | 0.28 | 0.78 |
| Hex | D6 | BE | B6 | 0 | B | F | 10 | F | 1C | 4E |
| Octal | 326 | 276 | 266 | 0 | 13 | 17 | 20 | 17 | 34 | 116 |
| Binary | 11010110 | 10111110 | 10110110 | 0 | 1011 | 1111 | 10000 | 1111 | 11100 | 1001110 |
Color Harmonies of #D6BEB6
Complementary color
Monochromatic Colors of #D6BEB6
Black with #D6BEB6
Text Example
Text Example
White with #D6BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEB6; }
p { color: rgb(214,190,182); }
H1.HeaderClassName
{
color: #D6BEB6;
}
.AnyTagClassName
{
color: #D6BEB6;
}
</style>
background-color css
<style>
a { background-color: #D6BEB6; }
a { background-color: rgb(214,190,182); }
div.DivClassName
{
background-color: #D6BEB6;
}
.BgClassName
{
background-color: #D6BEB6;
}
</style>
border-color css
<style>
span { border-color: #D6BEB6; }
span { border-color: rgb(214,190,182); }
td.TdClassName
{
border-color: #D6BEB6;
}
.TagClassName
{
border-color: #D6BEB6;
}
</style>