#DEC5BF

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

Shades of Dust Storm #DEC5BF

Tints of Dust Storm #DEC5BF

Color information

#DEC5BF (or 0xDEC5BF) is unknown color: approx Dust Storm. HEX triplet: DE, C5 and BF. RGB value is (222,197,191). Sum of RGB (Red+Green+Blue) = 222+197+191=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5BF is #213A40. Grayscale: #CBCBCB. Windows color (decimal): -2177601 or 12568030. OLE color: 12568030.

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

Color convert

RGB222197191-
CMYK00.110.140.13
HSL11.61º31.96%80.98%-
HSV(B)11.61º13.96%87.06%-
XYZ59.4959.2257.59-
YUV203.79120.78140.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 191 (75% from 255) = 31.31%
R=36.39%
G=32.30%
B=31.31%

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
Decimal22219719100.110.140.1311.6131.9680.98
HexDEC5BF0BEDc2051
Octal33630527701316151440121
Binary110111101100010110111111010111110110111001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5BF; }

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

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

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

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

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

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

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

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