#DEC6BA

Color #DEC6BA Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #DEC6BA

Tints of Dust Storm #DEC6BA

Color information

#DEC6BA (or 0xDEC6BA) is unknown color: approx Dust Storm. HEX triplet: DE, C6 and BA. RGB value is (222,198,186). Sum of RGB (Red+Green+Blue) = 222+198+186=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6BA is #213945. Grayscale: #CBCBCB. Windows color (decimal): -2177350 or 12240606. OLE color: 12240606.

HSL color Cylindrical-coordinate representation of color #DEC6BA: hue angle of 20º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC6BA is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222198186-
CMYK00.110.160.13
HSL20º35.29%80%-
HSV(B)20º16.22%87.06%-
XYZ59.1859.4654.81-
YUV203.81117.95140.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 198 (77.73% from 255) = 32.67%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=36.63%
G=32.67%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219818600.110.160.132035.2980
HexDEC6BA0B10D142350
Octal33630627201320152443120
Binary11011110110001101011101001011100001101101001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6BA; }

 p { color: rgb(222,198,186); }

 H1.HeaderClassName
 {
   color: #DEC6BA;
 }
 .AnyTagClassName
 {
   color: #DEC6BA;
 }
</style>
background-color css

<style>
 a { background-color: #DEC6BA; }

 a { background-color: rgb(222,198,186); }

 div.DivClassName
 {
   background-color: #DEC6BA;
 }
 .BgClassName
 {
   background-color: #DEC6BA;
 }
</style>
border-color css

<style>
 span { border-color: #DEC6BA; }

 span { border-color: rgb(222,198,186); }

 td.TdClassName
 {
   border-color: #DEC6BA;
 }
 .TagClassName
 {
   border-color: #DEC6BA;
 }
</style>