Shades of Wafer #D9BEB1
Tints of Wafer #D9BEB1
RGB
CMYK
RGB Variations
Color information
#D9BEB1 (or 0xD9BEB1) is known color: Wafer. HEX triplet: D9, BE and B1. RGB value is (217,190,177). Sum of RGB (Red+Green+Blue) = 217+190+177=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BEB1 is #26414E. Grayscale: #C4C4C4. Windows color (decimal): -2507087 or 11648729. OLE color: 11648729.
HSL color Cylindrical-coordinate representation of color #D9BEB1: hue angle of 19.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BEB1 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 177 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.15 |
| HSL | 19.5º | 0.34% | 0.77% | - |
| HSV(B) | 19.5º | 0.18% | 0.85% | - |
| XYZ | 54.96 | 54.75 | 49.27 | - |
| YUV | 196.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 177 | 0 | 0.12 | 0.18 | 0.15 | 19.5 | 0.34 | 0.77 |
| Hex | D9 | BE | B1 | 0 | C | 12 | F | 14 | 22 | 4D |
| Octal | 331 | 276 | 261 | 0 | 14 | 22 | 17 | 24 | 42 | 115 |
| Binary | 11011001 | 10111110 | 10110001 | 0 | 1100 | 10010 | 1111 | 10100 | 100010 | 1001101 |
Color Harmonies of #D9BEB1
Complementary color
Monochromatic Colors of #D9BEB1
Black with #D9BEB1
Text Example
Text Example
White with #D9BEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEB1; }
p { color: rgb(217,190,177); }
H1.HeaderClassName
{
color: #D9BEB1;
}
.AnyTagClassName
{
color: #D9BEB1;
}
</style>
background-color css
<style>
a { background-color: #D9BEB1; }
a { background-color: rgb(217,190,177); }
div.DivClassName
{
background-color: #D9BEB1;
}
.BgClassName
{
background-color: #D9BEB1;
}
</style>
border-color css
<style>
span { border-color: #D9BEB1; }
span { border-color: rgb(217,190,177); }
td.TdClassName
{
border-color: #D9BEB1;
}
.TagClassName
{
border-color: #D9BEB1;
}
</style>