Shades of Wafer #D6BDB5
Tints of Wafer #D6BDB5
RGB
CMYK
RGB Variations
Color information
#D6BDB5 (or 0xD6BDB5) is known color: Wafer. HEX triplet: D6, BD and B5. RGB value is (214,189,181). Sum of RGB (Red+Green+Blue) = 214+189+181=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDB5 is #29424A. Grayscale: #C3C3C3. Windows color (decimal): -2703947 or 11910614. OLE color: 11910614.
HSL color Cylindrical-coordinate representation of color #D6BDB5: hue angle of 14.55º 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 #D6BDB5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 189 | 181 | - |
CMYK | 0 | 0.12 | 0.15 | 0.16 |
HSL | 14.55º | 0.29% | 0.77% | - |
HSV(B) | 14.55º | 0.15% | 0.84% | - |
XYZ | 54.27 | 54.03 | 51.28 | - |
YUV | 195.56 | 119.78 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 189 | 181 | 0 | 0.12 | 0.15 | 0.16 | 14.55 | 0.29 | 0.77 |
Hex | D6 | BD | B5 | 0 | C | F | 10 | F | 1D | 4D |
Octal | 326 | 275 | 265 | 0 | 14 | 17 | 20 | 17 | 35 | 115 |
Binary | 11010110 | 10111101 | 10110101 | 0 | 1100 | 1111 | 10000 | 1111 | 11101 | 1001101 |
Color Harmonies of #D6BDB5
Complementary color
Monochromatic Colors of #D6BDB5
Black with #D6BDB5
Text Example
Text Example
White with #D6BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDB5; }
p { color: rgb(214,189,181); }
H1.HeaderClassName
{
color: #D6BDB5;
}
.AnyTagClassName
{
color: #D6BDB5;
}
</style>
background-color css
<style>
a { background-color: #D6BDB5; }
a { background-color: rgb(214,189,181); }
div.DivClassName
{
background-color: #D6BDB5;
}
.BgClassName
{
background-color: #D6BDB5;
}
</style>
border-color css
<style>
span { border-color: #D6BDB5; }
span { border-color: rgb(214,189,181); }
td.TdClassName
{
border-color: #D6BDB5;
}
.TagClassName
{
border-color: #D6BDB5;
}
</style>