Shades of Wafer #D2C4BE
Tints of Wafer #D2C4BE
RGB
CMYK
RGB Variations
Color information
#D2C4BE (or 0xD2C4BE) is known color: Wafer. HEX triplet: D2, C4 and BE. RGB value is (210,196,190). Sum of RGB (Red+Green+Blue) = 210+196+190=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4BE is #2D3B41. Grayscale: #C7C7C7. Windows color (decimal): -2964290 or 12502226. OLE color: 12502226.
HSL color Cylindrical-coordinate representation of color #D2C4BE: hue angle of 18º degrees, saturation: 0.18, 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 #D2C4BE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 190 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.18 |
| HSL | 18º | 0.18% | 0.78% | - |
| HSV(B) | 18º | 0.1% | 0.82% | - |
| XYZ | 55.61 | 56.9 | 56.77 | - |
| YUV | 199.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 190 | 0 | 0.07 | 0.10 | 0.18 | 18 | 0.18 | 0.78 |
| Hex | D2 | C4 | BE | 0 | 7 | A | 12 | 12 | 12 | 4E |
| Octal | 322 | 304 | 276 | 0 | 7 | 12 | 22 | 22 | 22 | 116 |
| Binary | 11010010 | 11000100 | 10111110 | 0 | 111 | 1010 | 10010 | 10010 | 10010 | 1001110 |
Color Harmonies of #D2C4BE
Complementary color
Monochromatic Colors of #D2C4BE
Black with #D2C4BE
Text Example
Text Example
White with #D2C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C4BE; }
p { color: rgb(210,196,190); }
H1.HeaderClassName
{
color: #D2C4BE;
}
.AnyTagClassName
{
color: #D2C4BE;
}
</style>
background-color css
<style>
a { background-color: #D2C4BE; }
a { background-color: rgb(210,196,190); }
div.DivClassName
{
background-color: #D2C4BE;
}
.BgClassName
{
background-color: #D2C4BE;
}
</style>
border-color css
<style>
span { border-color: #D2C4BE; }
span { border-color: rgb(210,196,190); }
td.TdClassName
{
border-color: #D2C4BE;
}
.TagClassName
{
border-color: #D2C4BE;
}
</style>