Shades of Wafer #D1BCAE
Tints of Wafer #D1BCAE
RGB
CMYK
RGB Variations
Color information
#D1BCAE (or 0xD1BCAE) is known color: Wafer. HEX triplet: D1, BC and AE. RGB value is (209,188,174). Sum of RGB (Red+Green+Blue) = 209+188+174=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BCAE is #2E4351. Grayscale: #C0C0C0. Windows color (decimal): -3031890 or 11451601. OLE color: 11451601.
HSL color Cylindrical-coordinate representation of color #D1BCAE: hue angle of 24º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1BCAE is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 174 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.18 |
| HSL | 24º | 0.28% | 0.75% | - |
| HSV(B) | 24º | 0.17% | 0.82% | - |
| XYZ | 51.92 | 52.58 | 47.46 | - |
| YUV | 192.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 174 | 0 | 0.10 | 0.17 | 0.18 | 24 | 0.28 | 0.75 |
| Hex | D1 | BC | AE | 0 | A | 11 | 12 | 18 | 1C | 4B |
| Octal | 321 | 274 | 256 | 0 | 12 | 21 | 22 | 30 | 34 | 113 |
| Binary | 11010001 | 10111100 | 10101110 | 0 | 1010 | 10001 | 10010 | 11000 | 11100 | 1001011 |
Color Harmonies of #D1BCAE
Complementary color
Monochromatic Colors of #D1BCAE
Black with #D1BCAE
Text Example
Text Example
White with #D1BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCAE; }
p { color: rgb(209,188,174); }
H1.HeaderClassName
{
color: #D1BCAE;
}
.AnyTagClassName
{
color: #D1BCAE;
}
</style>
background-color css
<style>
a { background-color: #D1BCAE; }
a { background-color: rgb(209,188,174); }
div.DivClassName
{
background-color: #D1BCAE;
}
.BgClassName
{
background-color: #D1BCAE;
}
</style>
border-color css
<style>
span { border-color: #D1BCAE; }
span { border-color: rgb(209,188,174); }
td.TdClassName
{
border-color: #D1BCAE;
}
.TagClassName
{
border-color: #D1BCAE;
}
</style>