Shades of Wafer #D2C4BD
Tints of Wafer #D2C4BD
RGB
CMYK
RGB Variations
Color information
#D2C4BD (or 0xD2C4BD) is known color: Wafer. HEX triplet: D2, C4 and BD. RGB value is (210,196,189). Sum of RGB (Red+Green+Blue) = 210+196+189=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4BD is #2D3B42. Grayscale: #C7C7C7. Windows color (decimal): -2964291 or 12436690. OLE color: 12436690.
HSL color Cylindrical-coordinate representation of color #D2C4BD: hue angle of 20º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2C4BD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 189 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.18 |
| HSL | 20º | 0.19% | 0.78% | - |
| HSV(B) | 20º | 0.1% | 0.82% | - |
| XYZ | 55.5 | 56.86 | 56.19 | - |
| YUV | 199.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 189 | 0 | 0.07 | 0.10 | 0.18 | 20 | 0.19 | 0.78 |
| Hex | D2 | C4 | BD | 0 | 7 | A | 12 | 14 | 13 | 4E |
| Octal | 322 | 304 | 275 | 0 | 7 | 12 | 22 | 24 | 23 | 116 |
| Binary | 11010010 | 11000100 | 10111101 | 0 | 111 | 1010 | 10010 | 10100 | 10011 | 1001110 |
Color Harmonies of #D2C4BD
Complementary color
Monochromatic Colors of #D2C4BD
Black with #D2C4BD
Text Example
Text Example
White with #D2C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C4BD; }
p { color: rgb(210,196,189); }
H1.HeaderClassName
{
color: #D2C4BD;
}
.AnyTagClassName
{
color: #D2C4BD;
}
</style>
background-color css
<style>
a { background-color: #D2C4BD; }
a { background-color: rgb(210,196,189); }
div.DivClassName
{
background-color: #D2C4BD;
}
.BgClassName
{
background-color: #D2C4BD;
}
</style>
border-color css
<style>
span { border-color: #D2C4BD; }
span { border-color: rgb(210,196,189); }
td.TdClassName
{
border-color: #D2C4BD;
}
.TagClassName
{
border-color: #D2C4BD;
}
</style>