#DEC7C3

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

Shades of Dust Storm #DEC7C3

Tints of Dust Storm #DEC7C3

Color information

#DEC7C3 (or 0xDEC7C3) is unknown color: approx Dust Storm. HEX triplet: DE, C7 and C3. RGB value is (222,199,195). Sum of RGB (Red+Green+Blue) = 222+199+195=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7C3 is #21383C. Grayscale: #CDCDCD. Windows color (decimal): -2177085 or 12830686. OLE color: 12830686.

HSL color Cylindrical-coordinate representation of color #DEC7C3: hue angle of 8.89º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC7C3 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB222199195-
CMYK00.100.120.13
HSL8.89º29.03%81.76%-
HSV(B)8.89º12.16%87.06%-
XYZ60.460.3260.09-
YUV205.42122.12139.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 199 (78.12% from 255) = 32.31%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=36.04%
G=32.31%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219919500.100.120.138.8929.0381.76
HexDEC7C30ACD91d52
Octal33630730301214151135122
Binary11011110110001111100001101010110011011001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC7C3; }

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

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

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

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

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

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

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

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