#DEC5BE

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

Shades of Dust Storm #DEC5BE

Tints of Dust Storm #DEC5BE

Color information

#DEC5BE (or 0xDEC5BE) is unknown color: approx Dust Storm. HEX triplet: DE, C5 and BE. RGB value is (222,197,190). Sum of RGB (Red+Green+Blue) = 222+197+190=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5BE is #213A41. Grayscale: #CBCBCB. Windows color (decimal): -2177602 or 12502494. OLE color: 12502494.

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

Color convert

RGB222197190-
CMYK00.110.140.13
HSL13.13º32.65%80.78%-
HSV(B)13.13º14.41%87.06%-
XYZ59.3859.1857.01-
YUV203.68120.28141.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=36.45%
G=32.35%
B=31.20%

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
Decimal22219719000.110.140.1313.1332.6580.78
HexDEC5BE0BEDd2151
Octal33630527601316151541121
Binary110111101100010110111110010111110110111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5BE; }

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

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

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

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

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

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

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

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