Shades of Wafer #D0C1B7
Tints of Wafer #D0C1B7
RGB
CMYK
RGB Variations
Color information
#D0C1B7 (or 0xD0C1B7) is known color: Wafer. HEX triplet: D0, C1 and B7. RGB value is (208,193,183). Sum of RGB (Red+Green+Blue) = 208+193+183=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1B7 is #2F3E48. Grayscale: #C4C4C4. Windows color (decimal): -3096137 or 12042704. OLE color: 12042704.
HSL color Cylindrical-coordinate representation of color #D0C1B7: hue angle of 24º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0C1B7 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 183 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.18 |
| HSL | 24º | 0.21% | 0.77% | - |
| HSV(B) | 24º | 0.12% | 0.82% | - |
| XYZ | 53.63 | 54.97 | 52.58 | - |
| YUV | 196.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 183 | 0 | 0.07 | 0.12 | 0.18 | 24 | 0.21 | 0.77 |
| Hex | D0 | C1 | B7 | 0 | 7 | C | 12 | 18 | 15 | 4D |
| Octal | 320 | 301 | 267 | 0 | 7 | 14 | 22 | 30 | 25 | 115 |
| Binary | 11010000 | 11000001 | 10110111 | 0 | 111 | 1100 | 10010 | 11000 | 10101 | 1001101 |
Color Harmonies of #D0C1B7
Complementary color
Monochromatic Colors of #D0C1B7
Black with #D0C1B7
Text Example
Text Example
White with #D0C1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1B7; }
p { color: rgb(208,193,183); }
H1.HeaderClassName
{
color: #D0C1B7;
}
.AnyTagClassName
{
color: #D0C1B7;
}
</style>
background-color css
<style>
a { background-color: #D0C1B7; }
a { background-color: rgb(208,193,183); }
div.DivClassName
{
background-color: #D0C1B7;
}
.BgClassName
{
background-color: #D0C1B7;
}
</style>
border-color css
<style>
span { border-color: #D0C1B7; }
span { border-color: rgb(208,193,183); }
td.TdClassName
{
border-color: #D0C1B7;
}
.TagClassName
{
border-color: #D0C1B7;
}
</style>