Shades of Wafer #D3C2BB
Tints of Wafer #D3C2BB
RGB
CMYK
RGB Variations
Color information
#D3C2BB (or 0xD3C2BB) is known color: Wafer. HEX triplet: D3, C2 and BB. RGB value is (211,194,187). Sum of RGB (Red+Green+Blue) = 211+194+187=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2BB is #2C3D44. Grayscale: #C6C6C6. Windows color (decimal): -2899269 or 12305107. OLE color: 12305107.
HSL color Cylindrical-coordinate representation of color #D3C2BB: hue angle of 17.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 #D3C2BB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 187 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.17 |
| HSL | 17.5º | 0.21% | 0.78% | - |
| HSV(B) | 17.5º | 0.11% | 0.83% | - |
| XYZ | 55.13 | 56.02 | 54.92 | - |
| YUV | 198.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 187 | 0 | 0.08 | 0.11 | 0.17 | 17.5 | 0.21 | 0.78 |
| Hex | D3 | C2 | BB | 0 | 8 | B | 11 | 12 | 15 | 4E |
| Octal | 323 | 302 | 273 | 0 | 10 | 13 | 21 | 22 | 25 | 116 |
| Binary | 11010011 | 11000010 | 10111011 | 0 | 1000 | 1011 | 10001 | 10010 | 10101 | 1001110 |
Color Harmonies of #D3C2BB
Complementary color
Monochromatic Colors of #D3C2BB
Black with #D3C2BB
Text Example
Text Example
White with #D3C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C2BB; }
p { color: rgb(211,194,187); }
H1.HeaderClassName
{
color: #D3C2BB;
}
.AnyTagClassName
{
color: #D3C2BB;
}
</style>
background-color css
<style>
a { background-color: #D3C2BB; }
a { background-color: rgb(211,194,187); }
div.DivClassName
{
background-color: #D3C2BB;
}
.BgClassName
{
background-color: #D3C2BB;
}
</style>
border-color css
<style>
span { border-color: #D3C2BB; }
span { border-color: rgb(211,194,187); }
td.TdClassName
{
border-color: #D3C2BB;
}
.TagClassName
{
border-color: #D3C2BB;
}
</style>