#DEC6BE

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

Shades of Dust Storm #DEC6BE

Tints of Dust Storm #DEC6BE

Color information

#DEC6BE (or 0xDEC6BE) is unknown color: approx Dust Storm. HEX triplet: DE, C6 and BE. RGB value is (222,198,190). Sum of RGB (Red+Green+Blue) = 222+198+190=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6BE is #213941. Grayscale: #CCCCCC. Windows color (decimal): -2177346 or 12502750. OLE color: 12502750.

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

Color convert

RGB222198190-
CMYK00.110.140.13
HSL15º32.65%80.78%-
HSV(B)15º14.41%87.06%-
XYZ59.6159.6457.08-
YUV204.26119.95140.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=36.39%
G=32.46%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219819000.110.140.131532.6580.78
HexDEC6BE0BEDf2151
Octal33630627601316151741121
Binary110111101100011010111110010111110110111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6BE; }

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

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

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

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

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

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

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

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