Shades of Wafer #D9BCAE
Tints of Wafer #D9BCAE
RGB
CMYK
RGB Variations
Color information
#D9BCAE (or 0xD9BCAE) is known color: Wafer. HEX triplet: D9, BC and AE. RGB value is (217,188,174). Sum of RGB (Red+Green+Blue) = 217+188+174=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BCAE is #264351. Grayscale: #C3C3C3. Windows color (decimal): -2507602 or 11451609. OLE color: 11451609.
HSL color Cylindrical-coordinate representation of color #D9BCAE: hue angle of 19.53º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BCAE is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 174 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.15 |
| HSL | 19.53º | 0.36% | 0.77% | - |
| HSV(B) | 19.53º | 0.2% | 0.85% | - |
| XYZ | 54.24 | 53.77 | 47.57 | - |
| YUV | 195.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 174 | 0 | 0.13 | 0.20 | 0.15 | 19.53 | 0.36 | 0.77 |
| Hex | D9 | BC | AE | 0 | D | 14 | F | 14 | 24 | 4D |
| Octal | 331 | 274 | 256 | 0 | 15 | 24 | 17 | 24 | 44 | 115 |
| Binary | 11011001 | 10111100 | 10101110 | 0 | 1101 | 10100 | 1111 | 10100 | 100100 | 1001101 |
Color Harmonies of #D9BCAE
Complementary color
Monochromatic Colors of #D9BCAE
Black with #D9BCAE
Text Example
Text Example
White with #D9BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCAE; }
p { color: rgb(217,188,174); }
H1.HeaderClassName
{
color: #D9BCAE;
}
.AnyTagClassName
{
color: #D9BCAE;
}
</style>
background-color css
<style>
a { background-color: #D9BCAE; }
a { background-color: rgb(217,188,174); }
div.DivClassName
{
background-color: #D9BCAE;
}
.BgClassName
{
background-color: #D9BCAE;
}
</style>
border-color css
<style>
span { border-color: #D9BCAE; }
span { border-color: rgb(217,188,174); }
td.TdClassName
{
border-color: #D9BCAE;
}
.TagClassName
{
border-color: #D9BCAE;
}
</style>