Shades of Wafer #D5C3B9
Tints of Wafer #D5C3B9
RGB
CMYK
RGB Variations
Color information
#D5C3B9 (or 0xD5C3B9) is known color: Wafer. HEX triplet: D5, C3 and B9. RGB value is (213,195,185). Sum of RGB (Red+Green+Blue) = 213+195+185=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3B9 is #2A3C46. Grayscale: #C7C7C7. Windows color (decimal): -2767943 or 12174293. OLE color: 12174293.
HSL color Cylindrical-coordinate representation of color #D5C3B9: hue angle of 21.43º 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 #D5C3B9 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 185 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.16 |
| HSL | 21.43º | 0.25% | 0.78% | - |
| HSV(B) | 21.43º | 0.13% | 0.84% | - |
| XYZ | 55.71 | 56.68 | 53.9 | - |
| YUV | 199.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 185 | 0 | 0.08 | 0.13 | 0.16 | 21.43 | 0.25 | 0.78 |
| Hex | D5 | C3 | B9 | 0 | 8 | D | 10 | 15 | 19 | 4E |
| Octal | 325 | 303 | 271 | 0 | 10 | 15 | 20 | 25 | 31 | 116 |
| Binary | 11010101 | 11000011 | 10111001 | 0 | 1000 | 1101 | 10000 | 10101 | 11001 | 1001110 |
Color Harmonies of #D5C3B9
Complementary color
Monochromatic Colors of #D5C3B9
Black with #D5C3B9
Text Example
Text Example
White with #D5C3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C3B9; }
p { color: rgb(213,195,185); }
H1.HeaderClassName
{
color: #D5C3B9;
}
.AnyTagClassName
{
color: #D5C3B9;
}
</style>
background-color css
<style>
a { background-color: #D5C3B9; }
a { background-color: rgb(213,195,185); }
div.DivClassName
{
background-color: #D5C3B9;
}
.BgClassName
{
background-color: #D5C3B9;
}
</style>
border-color css
<style>
span { border-color: #D5C3B9; }
span { border-color: rgb(213,195,185); }
td.TdClassName
{
border-color: #D5C3B9;
}
.TagClassName
{
border-color: #D5C3B9;
}
</style>