Shades of Wafer #D3C3BD
Tints of Wafer #D3C3BD
RGB
CMYK
RGB Variations
Color information
#D3C3BD (or 0xD3C3BD) is known color: Wafer. HEX triplet: D3, C3 and BD. RGB value is (211,195,189). Sum of RGB (Red+Green+Blue) = 211+195+189=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C3BD is #2C3C42. Grayscale: #C7C7C7. Windows color (decimal): -2899011 or 12436435. OLE color: 12436435.
HSL color Cylindrical-coordinate representation of color #D3C3BD: hue angle of 16.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3C3BD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 189 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.17 |
| HSL | 16.36º | 0.2% | 0.78% | - |
| HSV(B) | 16.36º | 0.1% | 0.83% | - |
| XYZ | 55.56 | 56.55 | 56.13 | - |
| YUV | 199.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 189 | 0 | 0.08 | 0.10 | 0.17 | 16.36 | 0.2 | 0.78 |
| Hex | D3 | C3 | BD | 0 | 8 | A | 11 | 10 | 14 | 4E |
| Octal | 323 | 303 | 275 | 0 | 10 | 12 | 21 | 20 | 24 | 116 |
| Binary | 11010011 | 11000011 | 10111101 | 0 | 1000 | 1010 | 10001 | 10000 | 10100 | 1001110 |
Color Harmonies of #D3C3BD
Complementary color
Monochromatic Colors of #D3C3BD
Black with #D3C3BD
Text Example
Text Example
White with #D3C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C3BD; }
p { color: rgb(211,195,189); }
H1.HeaderClassName
{
color: #D3C3BD;
}
.AnyTagClassName
{
color: #D3C3BD;
}
</style>
background-color css
<style>
a { background-color: #D3C3BD; }
a { background-color: rgb(211,195,189); }
div.DivClassName
{
background-color: #D3C3BD;
}
.BgClassName
{
background-color: #D3C3BD;
}
</style>
border-color css
<style>
span { border-color: #D3C3BD; }
span { border-color: rgb(211,195,189); }
td.TdClassName
{
border-color: #D3C3BD;
}
.TagClassName
{
border-color: #D3C3BD;
}
</style>