Shades of Wafer #D9C2B7
Tints of Wafer #D9C2B7
RGB
CMYK
RGB Variations
Color information
#D9C2B7 (or 0xD9C2B7) is known color: Wafer. HEX triplet: D9, C2 and B7. RGB value is (217,194,183). Sum of RGB (Red+Green+Blue) = 217+194+183=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2B7 is #263D48. Grayscale: #C7C7C7. Windows color (decimal): -2506057 or 12042969. OLE color: 12042969.
HSL color Cylindrical-coordinate representation of color #D9C2B7: hue angle of 19.41º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C2B7 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 183 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.15 |
| HSL | 19.41º | 0.31% | 0.78% | - |
| HSV(B) | 19.41º | 0.16% | 0.85% | - |
| XYZ | 56.45 | 56.75 | 52.78 | - |
| YUV | 199.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 183 | 0 | 0.11 | 0.16 | 0.15 | 19.41 | 0.31 | 0.78 |
| Hex | D9 | C2 | B7 | 0 | B | 10 | F | 13 | 1F | 4E |
| Octal | 331 | 302 | 267 | 0 | 13 | 20 | 17 | 23 | 37 | 116 |
| Binary | 11011001 | 11000010 | 10110111 | 0 | 1011 | 10000 | 1111 | 10011 | 11111 | 1001110 |
Color Harmonies of #D9C2B7
Complementary color
Monochromatic Colors of #D9C2B7
Black with #D9C2B7
Text Example
Text Example
White with #D9C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2B7; }
p { color: rgb(217,194,183); }
H1.HeaderClassName
{
color: #D9C2B7;
}
.AnyTagClassName
{
color: #D9C2B7;
}
</style>
background-color css
<style>
a { background-color: #D9C2B7; }
a { background-color: rgb(217,194,183); }
div.DivClassName
{
background-color: #D9C2B7;
}
.BgClassName
{
background-color: #D9C2B7;
}
</style>
border-color css
<style>
span { border-color: #D9C2B7; }
span { border-color: rgb(217,194,183); }
td.TdClassName
{
border-color: #D9C2B7;
}
.TagClassName
{
border-color: #D9C2B7;
}
</style>