Shades of Wafer #D9C3BA
Tints of Wafer #D9C3BA
RGB
CMYK
RGB Variations
Color information
#D9C3BA (or 0xD9C3BA) is known color: Wafer. HEX triplet: D9, C3 and BA. RGB value is (217,195,186). Sum of RGB (Red+Green+Blue) = 217+195+186=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3BA is #263C45. Grayscale: #C8C8C8. Windows color (decimal): -2505798 or 12239833. OLE color: 12239833.
HSL color Cylindrical-coordinate representation of color #D9C3BA: hue angle of 17.42º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C3BA is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 186 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.15 |
| HSL | 17.42º | 0.29% | 0.79% | - |
| HSV(B) | 17.42º | 0.14% | 0.85% | - |
| XYZ | 56.99 | 57.33 | 54.52 | - |
| YUV | 200.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 186 | 0 | 0.10 | 0.14 | 0.15 | 17.42 | 0.29 | 0.79 |
| Hex | D9 | C3 | BA | 0 | A | E | F | 11 | 1D | 4F |
| Octal | 331 | 303 | 272 | 0 | 12 | 16 | 17 | 21 | 35 | 117 |
| Binary | 11011001 | 11000011 | 10111010 | 0 | 1010 | 1110 | 1111 | 10001 | 11101 | 1001111 |
Color Harmonies of #D9C3BA
Complementary color
Monochromatic Colors of #D9C3BA
Black with #D9C3BA
Text Example
Text Example
White with #D9C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3BA; }
p { color: rgb(217,195,186); }
H1.HeaderClassName
{
color: #D9C3BA;
}
.AnyTagClassName
{
color: #D9C3BA;
}
</style>
background-color css
<style>
a { background-color: #D9C3BA; }
a { background-color: rgb(217,195,186); }
div.DivClassName
{
background-color: #D9C3BA;
}
.BgClassName
{
background-color: #D9C3BA;
}
</style>
border-color css
<style>
span { border-color: #D9C3BA; }
span { border-color: rgb(217,195,186); }
td.TdClassName
{
border-color: #D9C3BA;
}
.TagClassName
{
border-color: #D9C3BA;
}
</style>