Shades of Wafer #D6C1B5
Tints of Wafer #D6C1B5
RGB
CMYK
RGB Variations
Color information
#D6C1B5 (or 0xD6C1B5) is known color: Wafer. HEX triplet: D6, C1 and B5. RGB value is (214,193,181). Sum of RGB (Red+Green+Blue) = 214+193+181=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1B5 is #293E4A. Grayscale: #C5C5C5. Windows color (decimal): -2702923 or 11911638. OLE color: 11911638.
HSL color Cylindrical-coordinate representation of color #D6C1B5: hue angle of 21.82º 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 #D6C1B5 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 181 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.16 |
| HSL | 21.82º | 0.29% | 0.77% | - |
| HSV(B) | 21.82º | 0.15% | 0.84% | - |
| XYZ | 55.14 | 55.77 | 51.57 | - |
| YUV | 197.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 181 | 0 | 0.10 | 0.15 | 0.16 | 21.82 | 0.29 | 0.77 |
| Hex | D6 | C1 | B5 | 0 | A | F | 10 | 16 | 1D | 4D |
| Octal | 326 | 301 | 265 | 0 | 12 | 17 | 20 | 26 | 35 | 115 |
| Binary | 11010110 | 11000001 | 10110101 | 0 | 1010 | 1111 | 10000 | 10110 | 11101 | 1001101 |
Color Harmonies of #D6C1B5
Complementary color
Monochromatic Colors of #D6C1B5
Black with #D6C1B5
Text Example
Text Example
White with #D6C1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1B5; }
p { color: rgb(214,193,181); }
H1.HeaderClassName
{
color: #D6C1B5;
}
.AnyTagClassName
{
color: #D6C1B5;
}
</style>
background-color css
<style>
a { background-color: #D6C1B5; }
a { background-color: rgb(214,193,181); }
div.DivClassName
{
background-color: #D6C1B5;
}
.BgClassName
{
background-color: #D6C1B5;
}
</style>
border-color css
<style>
span { border-color: #D6C1B5; }
span { border-color: rgb(214,193,181); }
td.TdClassName
{
border-color: #D6C1B5;
}
.TagClassName
{
border-color: #D6C1B5;
}
</style>