Shades of Wafer #D5C4BB
Tints of Wafer #D5C4BB
RGB
CMYK
RGB Variations
Color information
#D5C4BB (or 0xD5C4BB) is known color: Wafer. HEX triplet: D5, C4 and BB. RGB value is (213,196,187). Sum of RGB (Red+Green+Blue) = 213+196+187=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4BB is #2A3B44. Grayscale: #C8C8C8. Windows color (decimal): -2767685 or 12305621. OLE color: 12305621.
HSL color Cylindrical-coordinate representation of color #D5C4BB: hue angle of 20.77º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C4BB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 187 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.16 |
| HSL | 20.77º | 0.24% | 0.78% | - |
| HSV(B) | 20.77º | 0.12% | 0.84% | - |
| XYZ | 56.15 | 57.21 | 55.1 | - |
| YUV | 200.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 187 | 0 | 0.08 | 0.12 | 0.16 | 20.77 | 0.24 | 0.78 |
| Hex | D5 | C4 | BB | 0 | 8 | C | 10 | 15 | 18 | 4E |
| Octal | 325 | 304 | 273 | 0 | 10 | 14 | 20 | 25 | 30 | 116 |
| Binary | 11010101 | 11000100 | 10111011 | 0 | 1000 | 1100 | 10000 | 10101 | 11000 | 1001110 |
Color Harmonies of #D5C4BB
Complementary color
Monochromatic Colors of #D5C4BB
Black with #D5C4BB
Text Example
Text Example
White with #D5C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C4BB; }
p { color: rgb(213,196,187); }
H1.HeaderClassName
{
color: #D5C4BB;
}
.AnyTagClassName
{
color: #D5C4BB;
}
</style>
background-color css
<style>
a { background-color: #D5C4BB; }
a { background-color: rgb(213,196,187); }
div.DivClassName
{
background-color: #D5C4BB;
}
.BgClassName
{
background-color: #D5C4BB;
}
</style>
border-color css
<style>
span { border-color: #D5C4BB; }
span { border-color: rgb(213,196,187); }
td.TdClassName
{
border-color: #D5C4BB;
}
.TagClassName
{
border-color: #D5C4BB;
}
</style>