#DECAC7

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

Shades of Dust Storm #DECAC7

Tints of Dust Storm #DECAC7

Color information

#DECAC7 (or 0xDECAC7) is unknown color: approx Dust Storm. HEX triplet: DE, CA and C7. RGB value is (222,202,199). Sum of RGB (Red+Green+Blue) = 222+202+199=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAC7 is #213538. Grayscale: #CFCFCF. Windows color (decimal): -2176313 or 13093598. OLE color: 13093598.

HSL color Cylindrical-coordinate representation of color #DECAC7: hue angle of 7.83º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECAC7 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222202199-
CMYK00.090.100.13
HSL7.83º25.84%82.55%-
HSV(B)7.83º10.36%87.06%-
XYZ61.5561.8962.74-
YUV207.64123.13138.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=35.63%
G=32.42%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220219900.090.100.137.8325.8482.55
HexDECAC709AD81a53
Octal33631230701112151032123
Binary11011110110010101100011101001101011011000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAC7; }

 p { color: rgb(222,202,199); }

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

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

 a { background-color: rgb(222,202,199); }

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

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

 span { border-color: rgb(222,202,199); }

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