Shades of Wafer #DEC0B4
Tints of Wafer #DEC0B4
RGB
CMYK
RGB Variations
Color information
#DEC0B4 (or 0xDEC0B4) is known color: Wafer. HEX triplet: DE, C0 and B4. RGB value is (222,192,180). Sum of RGB (Red+Green+Blue) = 222+192+180=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0B4 is #213F4B. Grayscale: #C7C7C7. Windows color (decimal): -2178892 or 11845854. OLE color: 11845854.
HSL color Cylindrical-coordinate representation of color #DEC0B4: hue angle of 17.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC0B4 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 180 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.13 |
| HSL | 17.14º | 0.39% | 0.79% | - |
| HSV(B) | 17.14º | 0.19% | 0.87% | - |
| XYZ | 57.21 | 56.52 | 51.07 | - |
| YUV | 199.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 180 | 0 | 0.14 | 0.19 | 0.13 | 17.14 | 0.39 | 0.79 |
| Hex | DE | C0 | B4 | 0 | E | 13 | D | 11 | 27 | 4F |
| Octal | 336 | 300 | 264 | 0 | 16 | 23 | 15 | 21 | 47 | 117 |
| Binary | 11011110 | 11000000 | 10110100 | 0 | 1110 | 10011 | 1101 | 10001 | 100111 | 1001111 |
Color Harmonies of #DEC0B4
Complementary color
Monochromatic Colors of #DEC0B4
Black with #DEC0B4
Text Example
Text Example
White with #DEC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0B4; }
p { color: rgb(222,192,180); }
H1.HeaderClassName
{
color: #DEC0B4;
}
.AnyTagClassName
{
color: #DEC0B4;
}
</style>
background-color css
<style>
a { background-color: #DEC0B4; }
a { background-color: rgb(222,192,180); }
div.DivClassName
{
background-color: #DEC0B4;
}
.BgClassName
{
background-color: #DEC0B4;
}
</style>
border-color css
<style>
span { border-color: #DEC0B4; }
span { border-color: rgb(222,192,180); }
td.TdClassName
{
border-color: #DEC0B4;
}
.TagClassName
{
border-color: #DEC0B4;
}
</style>