Shades of Wafer #D1BEB9
Tints of Wafer #D1BEB9
RGB
CMYK
RGB Variations
Color information
#D1BEB9 (or 0xD1BEB9) is known color: Wafer. HEX triplet: D1, BE and B9. RGB value is (209,190,185). Sum of RGB (Red+Green+Blue) = 209+190+185=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEB9 is #2E4146. Grayscale: #C3C3C3. Windows color (decimal): -3031367 or 12173009. OLE color: 12173009.
HSL color Cylindrical-coordinate representation of color #D1BEB9: hue angle of 12.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BEB9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 185 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.18 |
| HSL | 12.5º | 0.21% | 0.77% | - |
| HSV(B) | 12.5º | 0.11% | 0.82% | - |
| XYZ | 53.46 | 53.89 | 53.48 | - |
| YUV | 195.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 185 | 0 | 0.09 | 0.11 | 0.18 | 12.5 | 0.21 | 0.77 |
| Hex | D1 | BE | B9 | 0 | 9 | B | 12 | C | 15 | 4D |
| Octal | 321 | 276 | 271 | 0 | 11 | 13 | 22 | 14 | 25 | 115 |
| Binary | 11010001 | 10111110 | 10111001 | 0 | 1001 | 1011 | 10010 | 1100 | 10101 | 1001101 |
Color Harmonies of #D1BEB9
Complementary color
Monochromatic Colors of #D1BEB9
Black with #D1BEB9
Text Example
Text Example
White with #D1BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEB9; }
p { color: rgb(209,190,185); }
H1.HeaderClassName
{
color: #D1BEB9;
}
.AnyTagClassName
{
color: #D1BEB9;
}
</style>
background-color css
<style>
a { background-color: #D1BEB9; }
a { background-color: rgb(209,190,185); }
div.DivClassName
{
background-color: #D1BEB9;
}
.BgClassName
{
background-color: #D1BEB9;
}
</style>
border-color css
<style>
span { border-color: #D1BEB9; }
span { border-color: rgb(209,190,185); }
td.TdClassName
{
border-color: #D1BEB9;
}
.TagClassName
{
border-color: #D1BEB9;
}
</style>