Shades of Wafer #D3C4BB
Tints of Wafer #D3C4BB
RGB
CMYK
RGB Variations
Color information
#D3C4BB (or 0xD3C4BB) is known color: Wafer. HEX triplet: D3, C4 and BB. RGB value is (211,196,187). Sum of RGB (Red+Green+Blue) = 211+196+187=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4BB is #2C3B44. Grayscale: #C7C7C7. Windows color (decimal): -2898757 or 12305619. OLE color: 12305619.
HSL color Cylindrical-coordinate representation of color #D3C4BB: hue angle of 22.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C4BB is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 187 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.17 |
| HSL | 22.5º | 0.21% | 0.78% | - |
| HSV(B) | 22.5º | 0.11% | 0.83% | - |
| XYZ | 55.57 | 56.92 | 55.07 | - |
| YUV | 199.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 187 | 0 | 0.07 | 0.11 | 0.17 | 22.5 | 0.21 | 0.78 |
| Hex | D3 | C4 | BB | 0 | 7 | B | 11 | 16 | 15 | 4E |
| Octal | 323 | 304 | 273 | 0 | 7 | 13 | 21 | 26 | 25 | 116 |
| Binary | 11010011 | 11000100 | 10111011 | 0 | 111 | 1011 | 10001 | 10110 | 10101 | 1001110 |
Color Harmonies of #D3C4BB
Complementary color
Monochromatic Colors of #D3C4BB
Black with #D3C4BB
Text Example
Text Example
White with #D3C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4BB; }
p { color: rgb(211,196,187); }
H1.HeaderClassName
{
color: #D3C4BB;
}
.AnyTagClassName
{
color: #D3C4BB;
}
</style>
background-color css
<style>
a { background-color: #D3C4BB; }
a { background-color: rgb(211,196,187); }
div.DivClassName
{
background-color: #D3C4BB;
}
.BgClassName
{
background-color: #D3C4BB;
}
</style>
border-color css
<style>
span { border-color: #D3C4BB; }
span { border-color: rgb(211,196,187); }
td.TdClassName
{
border-color: #D3C4BB;
}
.TagClassName
{
border-color: #D3C4BB;
}
</style>