Shades of Dust Storm #DEC2BE
Tints of Dust Storm #DEC2BE
RGB
CMYK
RGB Variations
Color information
#DEC2BE (or 0xDEC2BE) is known color: Dust Storm. HEX triplet: DE, C2 and BE. RGB value is (222,194,190). Sum of RGB (Red+Green+Blue) = 222+194+190=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2BE is #213D41. Grayscale: #C9C9C9. Windows color (decimal): -2178370 or 12501726. OLE color: 12501726.
HSL color Cylindrical-coordinate representation of color #DEC2BE: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC2BE is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 190 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.13 |
| HSL | 7.5º | 0.33% | 0.81% | - |
| HSV(B) | 7.5º | 0.14% | 0.87% | - |
| XYZ | 58.71 | 57.83 | 56.78 | - |
| YUV | 201.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 190 | 0 | 0.13 | 0.14 | 0.13 | 7.5 | 0.33 | 0.81 |
| Hex | DE | C2 | BE | 0 | D | E | D | 8 | 21 | 51 |
| Octal | 336 | 302 | 276 | 0 | 15 | 16 | 15 | 10 | 41 | 121 |
| Binary | 11011110 | 11000010 | 10111110 | 0 | 1101 | 1110 | 1101 | 1000 | 100001 | 1010001 |
Color Harmonies of #DEC2BE
Complementary color
Monochromatic Colors of #DEC2BE
Black with #DEC2BE
Text Example
Text Example
White with #DEC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2BE; }
p { color: rgb(222,194,190); }
H1.HeaderClassName
{
color: #DEC2BE;
}
.AnyTagClassName
{
color: #DEC2BE;
}
</style>
background-color css
<style>
a { background-color: #DEC2BE; }
a { background-color: rgb(222,194,190); }
div.DivClassName
{
background-color: #DEC2BE;
}
.BgClassName
{
background-color: #DEC2BE;
}
</style>
border-color css
<style>
span { border-color: #DEC2BE; }
span { border-color: rgb(222,194,190); }
td.TdClassName
{
border-color: #DEC2BE;
}
.TagClassName
{
border-color: #DEC2BE;
}
</style>