Shades of Wafer #D6BDB6
Tints of Wafer #D6BDB6
RGB
CMYK
RGB Variations
Color information
#D6BDB6 (or 0xD6BDB6) is known color: Wafer. HEX triplet: D6, BD and B6. RGB value is (214,189,182). Sum of RGB (Red+Green+Blue) = 214+189+182=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDB6 is #294249. Grayscale: #C3C3C3. Windows color (decimal): -2703946 or 11976150. OLE color: 11976150.
HSL color Cylindrical-coordinate representation of color #D6BDB6: hue angle of 13.12º 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 #D6BDB6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 189 | 182 | - |
CMYK | 0 | 0.12 | 0.15 | 0.16 |
HSL | 13.13º | 0.28% | 0.78% | - |
HSV(B) | 13.13º | 0.15% | 0.84% | - |
XYZ | 54.37 | 54.07 | 51.83 | - |
YUV | 195.68 | 120.28 | 141.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 189 | 182 | 0 | 0.12 | 0.15 | 0.16 | 13.13 | 0.28 | 0.78 |
Hex | D6 | BD | B6 | 0 | C | F | 10 | D | 1C | 4E |
Octal | 326 | 275 | 266 | 0 | 14 | 17 | 20 | 15 | 34 | 116 |
Binary | 11010110 | 10111101 | 10110110 | 0 | 1100 | 1111 | 10000 | 1101 | 11100 | 1001110 |
Color Harmonies of #D6BDB6
Complementary color
Monochromatic Colors of #D6BDB6
Black with #D6BDB6
Text Example
Text Example
White with #D6BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDB6; }
p { color: rgb(214,189,182); }
H1.HeaderClassName
{
color: #D6BDB6;
}
.AnyTagClassName
{
color: #D6BDB6;
}
</style>
background-color css
<style>
a { background-color: #D6BDB6; }
a { background-color: rgb(214,189,182); }
div.DivClassName
{
background-color: #D6BDB6;
}
.BgClassName
{
background-color: #D6BDB6;
}
</style>
border-color css
<style>
span { border-color: #D6BDB6; }
span { border-color: rgb(214,189,182); }
td.TdClassName
{
border-color: #D6BDB6;
}
.TagClassName
{
border-color: #D6BDB6;
}
</style>