Shades of Wafer #D3C3BB
Tints of Wafer #D3C3BB
RGB
CMYK
RGB Variations
Color information
#D3C3BB (or 0xD3C3BB) is known color: Wafer. HEX triplet: D3, C3 and BB. RGB value is (211,195,187). Sum of RGB (Red+Green+Blue) = 211+195+187=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C3BB is #2C3C44. Grayscale: #C6C6C6. Windows color (decimal): -2899013 or 12305363. OLE color: 12305363.
HSL color Cylindrical-coordinate representation of color #D3C3BB: hue angle of 20º 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 #D3C3BB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 187 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.17 |
| HSL | 20º | 0.21% | 0.78% | - |
| HSV(B) | 20º | 0.11% | 0.83% | - |
| XYZ | 55.35 | 56.47 | 55 | - |
| YUV | 198.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 187 | 0 | 0.08 | 0.11 | 0.17 | 20 | 0.21 | 0.78 |
| Hex | D3 | C3 | BB | 0 | 8 | B | 11 | 14 | 15 | 4E |
| Octal | 323 | 303 | 273 | 0 | 10 | 13 | 21 | 24 | 25 | 116 |
| Binary | 11010011 | 11000011 | 10111011 | 0 | 1000 | 1011 | 10001 | 10100 | 10101 | 1001110 |
Color Harmonies of #D3C3BB
Complementary color
Monochromatic Colors of #D3C3BB
Black with #D3C3BB
Text Example
Text Example
White with #D3C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C3BB; }
p { color: rgb(211,195,187); }
H1.HeaderClassName
{
color: #D3C3BB;
}
.AnyTagClassName
{
color: #D3C3BB;
}
</style>
background-color css
<style>
a { background-color: #D3C3BB; }
a { background-color: rgb(211,195,187); }
div.DivClassName
{
background-color: #D3C3BB;
}
.BgClassName
{
background-color: #D3C3BB;
}
</style>
border-color css
<style>
span { border-color: #D3C3BB; }
span { border-color: rgb(211,195,187); }
td.TdClassName
{
border-color: #D3C3BB;
}
.TagClassName
{
border-color: #D3C3BB;
}
</style>