Shades of Wafer #D5C3BD
Tints of Wafer #D5C3BD
RGB
CMYK
RGB Variations
Color information
#D5C3BD (or 0xD5C3BD) is known color: Wafer. HEX triplet: D5, C3 and BD. RGB value is (213,195,189). Sum of RGB (Red+Green+Blue) = 213+195+189=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3BD is #2A3C42. Grayscale: #C7C7C7. Windows color (decimal): -2767939 or 12436437. OLE color: 12436437.
HSL color Cylindrical-coordinate representation of color #D5C3BD: hue angle of 15º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C3BD is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 189 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.16 |
| HSL | 15º | 0.22% | 0.79% | - |
| HSV(B) | 15º | 0.11% | 0.84% | - |
| XYZ | 56.14 | 56.85 | 56.16 | - |
| YUV | 199.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 189 | 0 | 0.08 | 0.11 | 0.16 | 15 | 0.22 | 0.79 |
| Hex | D5 | C3 | BD | 0 | 8 | B | 10 | F | 16 | 4F |
| Octal | 325 | 303 | 275 | 0 | 10 | 13 | 20 | 17 | 26 | 117 |
| Binary | 11010101 | 11000011 | 10111101 | 0 | 1000 | 1011 | 10000 | 1111 | 10110 | 1001111 |
Color Harmonies of #D5C3BD
Complementary color
Monochromatic Colors of #D5C3BD
Black with #D5C3BD
Text Example
Text Example
White with #D5C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C3BD; }
p { color: rgb(213,195,189); }
H1.HeaderClassName
{
color: #D5C3BD;
}
.AnyTagClassName
{
color: #D5C3BD;
}
</style>
background-color css
<style>
a { background-color: #D5C3BD; }
a { background-color: rgb(213,195,189); }
div.DivClassName
{
background-color: #D5C3BD;
}
.BgClassName
{
background-color: #D5C3BD;
}
</style>
border-color css
<style>
span { border-color: #D5C3BD; }
span { border-color: rgb(213,195,189); }
td.TdClassName
{
border-color: #D5C3BD;
}
.TagClassName
{
border-color: #D5C3BD;
}
</style>