Shades of Wafer #D4BFB4
Tints of Wafer #D4BFB4
RGB
CMYK
RGB Variations
Color information
#D4BFB4 (or 0xD4BFB4) is known color: Wafer. HEX triplet: D4, BF and B4. RGB value is (212,191,180). Sum of RGB (Red+Green+Blue) = 212+191+180=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFB4 is #2B404B. Grayscale: #C4C4C4. Windows color (decimal): -2834508 or 11845588. OLE color: 11845588.
HSL color Cylindrical-coordinate representation of color #D4BFB4: hue angle of 20.62º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4BFB4 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 180 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.17 |
| HSL | 20.63º | 0.27% | 0.77% | - |
| HSV(B) | 20.63º | 0.15% | 0.83% | - |
| XYZ | 54.02 | 54.55 | 50.86 | - |
| YUV | 196.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 180 | 0 | 0.10 | 0.15 | 0.17 | 20.63 | 0.27 | 0.77 |
| Hex | D4 | BF | B4 | 0 | A | F | 11 | 15 | 1B | 4D |
| Octal | 324 | 277 | 264 | 0 | 12 | 17 | 21 | 25 | 33 | 115 |
| Binary | 11010100 | 10111111 | 10110100 | 0 | 1010 | 1111 | 10001 | 10101 | 11011 | 1001101 |
Color Harmonies of #D4BFB4
Complementary color
Monochromatic Colors of #D4BFB4
Black with #D4BFB4
Text Example
Text Example
White with #D4BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFB4; }
p { color: rgb(212,191,180); }
H1.HeaderClassName
{
color: #D4BFB4;
}
.AnyTagClassName
{
color: #D4BFB4;
}
</style>
background-color css
<style>
a { background-color: #D4BFB4; }
a { background-color: rgb(212,191,180); }
div.DivClassName
{
background-color: #D4BFB4;
}
.BgClassName
{
background-color: #D4BFB4;
}
</style>
border-color css
<style>
span { border-color: #D4BFB4; }
span { border-color: rgb(212,191,180); }
td.TdClassName
{
border-color: #D4BFB4;
}
.TagClassName
{
border-color: #D4BFB4;
}
</style>