Shades of Wafer #D5C2BC
Tints of Wafer #D5C2BC
RGB
CMYK
RGB Variations
Color information
#D5C2BC (or 0xD5C2BC) is known color: Wafer. HEX triplet: D5, C2 and BC. RGB value is (213,194,188). Sum of RGB (Red+Green+Blue) = 213+194+188=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2BC is #2A3D43. Grayscale: #C7C7C7. Windows color (decimal): -2768196 or 12370645. OLE color: 12370645.
HSL color Cylindrical-coordinate representation of color #D5C2BC: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C2BC is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 188 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.16 |
| HSL | 14.4º | 0.23% | 0.79% | - |
| HSV(B) | 14.4º | 0.12% | 0.84% | - |
| XYZ | 55.81 | 56.36 | 55.51 | - |
| YUV | 199 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 188 | 0 | 0.09 | 0.12 | 0.16 | 14.4 | 0.23 | 0.79 |
| Hex | D5 | C2 | BC | 0 | 9 | C | 10 | E | 17 | 4F |
| Octal | 325 | 302 | 274 | 0 | 11 | 14 | 20 | 16 | 27 | 117 |
| Binary | 11010101 | 11000010 | 10111100 | 0 | 1001 | 1100 | 10000 | 1110 | 10111 | 1001111 |
Color Harmonies of #D5C2BC
Complementary color
Monochromatic Colors of #D5C2BC
Black with #D5C2BC
Text Example
Text Example
White with #D5C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C2BC; }
p { color: rgb(213,194,188); }
H1.HeaderClassName
{
color: #D5C2BC;
}
.AnyTagClassName
{
color: #D5C2BC;
}
</style>
background-color css
<style>
a { background-color: #D5C2BC; }
a { background-color: rgb(213,194,188); }
div.DivClassName
{
background-color: #D5C2BC;
}
.BgClassName
{
background-color: #D5C2BC;
}
</style>
border-color css
<style>
span { border-color: #D5C2BC; }
span { border-color: rgb(213,194,188); }
td.TdClassName
{
border-color: #D5C2BC;
}
.TagClassName
{
border-color: #D5C2BC;
}
</style>