Shades of Dust Storm #DECABF
Tints of Dust Storm #DECABF
RGB
CMYK
RGB Variations
Color information
#DECABF (or 0xDECABF) is known color: Dust Storm. HEX triplet: DE, CA and BF. RGB value is (222,202,191). Sum of RGB (Red+Green+Blue) = 222+202+191=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DECABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECABF is #213540. Grayscale: #CECECE. Windows color (decimal): -2176321 or 12569310. OLE color: 12569310.
HSL color Cylindrical-coordinate representation of color #DECABF: hue angle of 21.29º degrees, saturation: 0.32, 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 #DECABF is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 191 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.13 |
| HSL | 21.29º | 0.32% | 0.81% | - |
| HSV(B) | 21.29º | 0.14% | 0.87% | - |
| XYZ | 60.65 | 61.53 | 57.97 | - |
| YUV | 206.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 191 | 0 | 0.09 | 0.14 | 0.13 | 21.29 | 0.32 | 0.81 |
| Hex | DE | CA | BF | 0 | 9 | E | D | 15 | 20 | 51 |
| Octal | 336 | 312 | 277 | 0 | 11 | 16 | 15 | 25 | 40 | 121 |
| Binary | 11011110 | 11001010 | 10111111 | 0 | 1001 | 1110 | 1101 | 10101 | 100000 | 1010001 |
Color Harmonies of #DECABF
Complementary color
Monochromatic Colors of #DECABF
Black with #DECABF
Text Example
Text Example
White with #DECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECABF; }
p { color: rgb(222,202,191); }
H1.HeaderClassName
{
color: #DECABF;
}
.AnyTagClassName
{
color: #DECABF;
}
</style>
background-color css
<style>
a { background-color: #DECABF; }
a { background-color: rgb(222,202,191); }
div.DivClassName
{
background-color: #DECABF;
}
.BgClassName
{
background-color: #DECABF;
}
</style>
border-color css
<style>
span { border-color: #DECABF; }
span { border-color: rgb(222,202,191); }
td.TdClassName
{
border-color: #DECABF;
}
.TagClassName
{
border-color: #DECABF;
}
</style>