Shades of Wafer #D5BBB3
Tints of Wafer #D5BBB3
RGB
CMYK
RGB Variations
Color information
#D5BBB3 (or 0xD5BBB3) is known color: Wafer. HEX triplet: D5, BB and B3. RGB value is (213,187,179). Sum of RGB (Red+Green+Blue) = 213+187+179=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBB3 is #2A444C. Grayscale: #C1C1C1. Windows color (decimal): -2769997 or 11779029. OLE color: 11779029.
HSL color Cylindrical-coordinate representation of color #D5BBB3: hue angle of 14.12º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5BBB3 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 179 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.16 |
| HSL | 14.12º | 0.29% | 0.77% | - |
| HSV(B) | 14.12º | 0.16% | 0.84% | - |
| XYZ | 53.35 | 52.94 | 50.05 | - |
| YUV | 193.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 179 | 0 | 0.12 | 0.16 | 0.16 | 14.12 | 0.29 | 0.77 |
| Hex | D5 | BB | B3 | 0 | C | 10 | 10 | E | 1D | 4D |
| Octal | 325 | 273 | 263 | 0 | 14 | 20 | 20 | 16 | 35 | 115 |
| Binary | 11010101 | 10111011 | 10110011 | 0 | 1100 | 10000 | 10000 | 1110 | 11101 | 1001101 |
Color Harmonies of #D5BBB3
Complementary color
Monochromatic Colors of #D5BBB3
Black with #D5BBB3
Text Example
Text Example
White with #D5BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBB3; }
p { color: rgb(213,187,179); }
H1.HeaderClassName
{
color: #D5BBB3;
}
.AnyTagClassName
{
color: #D5BBB3;
}
</style>
background-color css
<style>
a { background-color: #D5BBB3; }
a { background-color: rgb(213,187,179); }
div.DivClassName
{
background-color: #D5BBB3;
}
.BgClassName
{
background-color: #D5BBB3;
}
</style>
border-color css
<style>
span { border-color: #D5BBB3; }
span { border-color: rgb(213,187,179); }
td.TdClassName
{
border-color: #D5BBB3;
}
.TagClassName
{
border-color: #D5BBB3;
}
</style>