Shades of Wafer #D9C4BA
Tints of Wafer #D9C4BA
RGB
CMYK
RGB Variations
Color information
#D9C4BA (or 0xD9C4BA) is known color: Wafer. HEX triplet: D9, C4 and BA. RGB value is (217,196,186). Sum of RGB (Red+Green+Blue) = 217+196+186=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4BA is #263B45. Grayscale: #C9C9C9. Windows color (decimal): -2505542 or 12240089. OLE color: 12240089.
HSL color Cylindrical-coordinate representation of color #D9C4BA: hue angle of 19.35º 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 #D9C4BA is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 186 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.15 |
| HSL | 19.35º | 0.29% | 0.79% | - |
| HSV(B) | 19.35º | 0.14% | 0.85% | - |
| XYZ | 57.22 | 57.78 | 54.59 | - |
| YUV | 201.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 186 | 0 | 0.10 | 0.14 | 0.15 | 19.35 | 0.29 | 0.79 |
| Hex | D9 | C4 | BA | 0 | A | E | F | 13 | 1D | 4F |
| Octal | 331 | 304 | 272 | 0 | 12 | 16 | 17 | 23 | 35 | 117 |
| Binary | 11011001 | 11000100 | 10111010 | 0 | 1010 | 1110 | 1111 | 10011 | 11101 | 1001111 |
Color Harmonies of #D9C4BA
Complementary color
Monochromatic Colors of #D9C4BA
Black with #D9C4BA
Text Example
Text Example
White with #D9C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4BA; }
p { color: rgb(217,196,186); }
H1.HeaderClassName
{
color: #D9C4BA;
}
.AnyTagClassName
{
color: #D9C4BA;
}
</style>
background-color css
<style>
a { background-color: #D9C4BA; }
a { background-color: rgb(217,196,186); }
div.DivClassName
{
background-color: #D9C4BA;
}
.BgClassName
{
background-color: #D9C4BA;
}
</style>
border-color css
<style>
span { border-color: #D9C4BA; }
span { border-color: rgb(217,196,186); }
td.TdClassName
{
border-color: #D9C4BA;
}
.TagClassName
{
border-color: #D9C4BA;
}
</style>