Shades of Wafer #D5C2B9
Tints of Wafer #D5C2B9
RGB
CMYK
RGB Variations
Color information
#D5C2B9 (or 0xD5C2B9) is known color: Wafer. HEX triplet: D5, C2 and B9. RGB value is (213,194,185). Sum of RGB (Red+Green+Blue) = 213+194+185=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2B9 is #2A3D46. Grayscale: #C6C6C6. Windows color (decimal): -2768199 or 12174037. OLE color: 12174037.
HSL color Cylindrical-coordinate representation of color #D5C2B9: hue angle of 19.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5C2B9 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 185 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.16 |
| HSL | 19.29º | 0.25% | 0.78% | - |
| HSV(B) | 19.29º | 0.13% | 0.84% | - |
| XYZ | 55.49 | 56.23 | 53.83 | - |
| YUV | 198.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 185 | 0 | 0.09 | 0.13 | 0.16 | 19.29 | 0.25 | 0.78 |
| Hex | D5 | C2 | B9 | 0 | 9 | D | 10 | 13 | 19 | 4E |
| Octal | 325 | 302 | 271 | 0 | 11 | 15 | 20 | 23 | 31 | 116 |
| Binary | 11010101 | 11000010 | 10111001 | 0 | 1001 | 1101 | 10000 | 10011 | 11001 | 1001110 |
Color Harmonies of #D5C2B9
Complementary color
Monochromatic Colors of #D5C2B9
Black with #D5C2B9
Text Example
Text Example
White with #D5C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C2B9; }
p { color: rgb(213,194,185); }
H1.HeaderClassName
{
color: #D5C2B9;
}
.AnyTagClassName
{
color: #D5C2B9;
}
</style>
background-color css
<style>
a { background-color: #D5C2B9; }
a { background-color: rgb(213,194,185); }
div.DivClassName
{
background-color: #D5C2B9;
}
.BgClassName
{
background-color: #D5C2B9;
}
</style>
border-color css
<style>
span { border-color: #D5C2B9; }
span { border-color: rgb(213,194,185); }
td.TdClassName
{
border-color: #D5C2B9;
}
.TagClassName
{
border-color: #D5C2B9;
}
</style>