Shades of Wafer #D9C2B6
Tints of Wafer #D9C2B6
RGB
CMYK
RGB Variations
Color information
#D9C2B6 (or 0xD9C2B6) is known color: Wafer. HEX triplet: D9, C2 and B6. RGB value is (217,194,182). Sum of RGB (Red+Green+Blue) = 217+194+182=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2B6 is #263D49. Grayscale: #C7C7C7. Windows color (decimal): -2506058 or 11977433. OLE color: 11977433.
HSL color Cylindrical-coordinate representation of color #D9C2B6: hue angle of 20.57º degrees, saturation: 0.32, 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 #D9C2B6 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 182 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.15 |
| HSL | 20.57º | 0.32% | 0.78% | - |
| HSV(B) | 20.57º | 0.16% | 0.85% | - |
| XYZ | 56.35 | 56.71 | 52.23 | - |
| YUV | 199.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 182 | 0 | 0.11 | 0.16 | 0.15 | 20.57 | 0.32 | 0.78 |
| Hex | D9 | C2 | B6 | 0 | B | 10 | F | 15 | 20 | 4E |
| Octal | 331 | 302 | 266 | 0 | 13 | 20 | 17 | 25 | 40 | 116 |
| Binary | 11011001 | 11000010 | 10110110 | 0 | 1011 | 10000 | 1111 | 10101 | 100000 | 1001110 |
Color Harmonies of #D9C2B6
Complementary color
Monochromatic Colors of #D9C2B6
Black with #D9C2B6
Text Example
Text Example
White with #D9C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2B6; }
p { color: rgb(217,194,182); }
H1.HeaderClassName
{
color: #D9C2B6;
}
.AnyTagClassName
{
color: #D9C2B6;
}
</style>
background-color css
<style>
a { background-color: #D9C2B6; }
a { background-color: rgb(217,194,182); }
div.DivClassName
{
background-color: #D9C2B6;
}
.BgClassName
{
background-color: #D9C2B6;
}
</style>
border-color css
<style>
span { border-color: #D9C2B6; }
span { border-color: rgb(217,194,182); }
td.TdClassName
{
border-color: #D9C2B6;
}
.TagClassName
{
border-color: #D9C2B6;
}
</style>