Shades of Wafer #D2C4BC
Tints of Wafer #D2C4BC
RGB
CMYK
RGB Variations
Color information
#D2C4BC (or 0xD2C4BC) is known color: Wafer. HEX triplet: D2, C4 and BC. RGB value is (210,196,188). Sum of RGB (Red+Green+Blue) = 210+196+188=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4BC is #2D3B43. Grayscale: #C7C7C7. Windows color (decimal): -2964292 or 12371154. OLE color: 12371154.
HSL color Cylindrical-coordinate representation of color #D2C4BC: hue angle of 21.82º degrees, saturation: 0.2, 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 #D2C4BC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 188 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.18 |
| HSL | 21.82º | 0.2% | 0.78% | - |
| HSV(B) | 21.82º | 0.1% | 0.82% | - |
| XYZ | 55.4 | 56.81 | 55.62 | - |
| YUV | 199.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 188 | 0 | 0.07 | 0.10 | 0.18 | 21.82 | 0.2 | 0.78 |
| Hex | D2 | C4 | BC | 0 | 7 | A | 12 | 16 | 14 | 4E |
| Octal | 322 | 304 | 274 | 0 | 7 | 12 | 22 | 26 | 24 | 116 |
| Binary | 11010010 | 11000100 | 10111100 | 0 | 111 | 1010 | 10010 | 10110 | 10100 | 1001110 |
Color Harmonies of #D2C4BC
Complementary color
Monochromatic Colors of #D2C4BC
Black with #D2C4BC
Text Example
Text Example
White with #D2C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C4BC; }
p { color: rgb(210,196,188); }
H1.HeaderClassName
{
color: #D2C4BC;
}
.AnyTagClassName
{
color: #D2C4BC;
}
</style>
background-color css
<style>
a { background-color: #D2C4BC; }
a { background-color: rgb(210,196,188); }
div.DivClassName
{
background-color: #D2C4BC;
}
.BgClassName
{
background-color: #D2C4BC;
}
</style>
border-color css
<style>
span { border-color: #D2C4BC; }
span { border-color: rgb(210,196,188); }
td.TdClassName
{
border-color: #D2C4BC;
}
.TagClassName
{
border-color: #D2C4BC;
}
</style>