Shades of Wafer #D3BEB7
Tints of Wafer #D3BEB7
RGB
CMYK
RGB Variations
Color information
#D3BEB7 (or 0xD3BEB7) is known color: Wafer. HEX triplet: D3, BE and B7. RGB value is (211,190,183). Sum of RGB (Red+Green+Blue) = 211+190+183=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEB7 is #2C4148. Grayscale: #C3C3C3. Windows color (decimal): -2900297 or 12041939. OLE color: 12041939.
HSL color Cylindrical-coordinate representation of color #D3BEB7: hue angle of 15º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3BEB7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 183 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.17 |
| HSL | 15º | 0.24% | 0.77% | - |
| HSV(B) | 15º | 0.13% | 0.83% | - |
| XYZ | 53.82 | 54.09 | 52.4 | - |
| YUV | 195.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 183 | 0 | 0.10 | 0.13 | 0.17 | 15 | 0.24 | 0.77 |
| Hex | D3 | BE | B7 | 0 | A | D | 11 | F | 18 | 4D |
| Octal | 323 | 276 | 267 | 0 | 12 | 15 | 21 | 17 | 30 | 115 |
| Binary | 11010011 | 10111110 | 10110111 | 0 | 1010 | 1101 | 10001 | 1111 | 11000 | 1001101 |
Color Harmonies of #D3BEB7
Complementary color
Monochromatic Colors of #D3BEB7
Black with #D3BEB7
Text Example
Text Example
White with #D3BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEB7; }
p { color: rgb(211,190,183); }
H1.HeaderClassName
{
color: #D3BEB7;
}
.AnyTagClassName
{
color: #D3BEB7;
}
</style>
background-color css
<style>
a { background-color: #D3BEB7; }
a { background-color: rgb(211,190,183); }
div.DivClassName
{
background-color: #D3BEB7;
}
.BgClassName
{
background-color: #D3BEB7;
}
</style>
border-color css
<style>
span { border-color: #D3BEB7; }
span { border-color: rgb(211,190,183); }
td.TdClassName
{
border-color: #D3BEB7;
}
.TagClassName
{
border-color: #D3BEB7;
}
</style>