Shades of Wafer #D3BCAE
Tints of Wafer #D3BCAE
RGB
CMYK
RGB Variations
Color information
#D3BCAE (or 0xD3BCAE) is known color: Wafer. HEX triplet: D3, BC and AE. RGB value is (211,188,174). Sum of RGB (Red+Green+Blue) = 211+188+174=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BCAE is #2C4351. Grayscale: #C1C1C1. Windows color (decimal): -2900818 or 11451603. OLE color: 11451603.
HSL color Cylindrical-coordinate representation of color #D3BCAE: hue angle of 22.7º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3BCAE is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 174 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.17 |
| HSL | 22.7º | 0.3% | 0.75% | - |
| HSV(B) | 22.7º | 0.18% | 0.83% | - |
| XYZ | 52.49 | 52.87 | 47.48 | - |
| YUV | 193.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 174 | 0 | 0.11 | 0.18 | 0.17 | 22.7 | 0.3 | 0.75 |
| Hex | D3 | BC | AE | 0 | B | 12 | 11 | 17 | 1E | 4B |
| Octal | 323 | 274 | 256 | 0 | 13 | 22 | 21 | 27 | 36 | 113 |
| Binary | 11010011 | 10111100 | 10101110 | 0 | 1011 | 10010 | 10001 | 10111 | 11110 | 1001011 |
Color Harmonies of #D3BCAE
Complementary color
Monochromatic Colors of #D3BCAE
Black with #D3BCAE
Text Example
Text Example
White with #D3BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCAE; }
p { color: rgb(211,188,174); }
H1.HeaderClassName
{
color: #D3BCAE;
}
.AnyTagClassName
{
color: #D3BCAE;
}
</style>
background-color css
<style>
a { background-color: #D3BCAE; }
a { background-color: rgb(211,188,174); }
div.DivClassName
{
background-color: #D3BCAE;
}
.BgClassName
{
background-color: #D3BCAE;
}
</style>
border-color css
<style>
span { border-color: #D3BCAE; }
span { border-color: rgb(211,188,174); }
td.TdClassName
{
border-color: #D3BCAE;
}
.TagClassName
{
border-color: #D3BCAE;
}
</style>