#DEC6C3

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

Shades of Dust Storm #DEC6C3

Tints of Dust Storm #DEC6C3

Color information

#DEC6C3 (or 0xDEC6C3) is unknown color: approx Dust Storm. HEX triplet: DE, C6 and C3. RGB value is (222,198,195). Sum of RGB (Red+Green+Blue) = 222+198+195=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6C3 is #21393C. Grayscale: #CCCCCC. Windows color (decimal): -2177341 or 12830430. OLE color: 12830430.

HSL color Cylindrical-coordinate representation of color #DEC6C3: hue angle of 6.67º 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 #DEC6C3 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB222198195-
CMYK00.110.120.13
HSL6.67º29.03%81.76%-
HSV(B)6.67º12.16%87.06%-
XYZ60.1759.8660.01-
YUV204.83122.45140.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 195 (76.56% from 255) = 31.71%
R=36.10%
G=32.20%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219819500.110.120.136.6729.0381.76
HexDEC6C30BCD71d52
Octal3363063030131415735122
Binary1101111011000110110000110101111001101111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6C3; }

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

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

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

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

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

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

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

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