#DEC5BC

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

Shades of Dust Storm #DEC5BC

Tints of Dust Storm #DEC5BC

Color information

#DEC5BC (or 0xDEC5BC) is unknown color: approx Dust Storm. HEX triplet: DE, C5 and BC. RGB value is (222,197,188). Sum of RGB (Red+Green+Blue) = 222+197+188=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5BC is #213A43. Grayscale: #CBCBCB. Windows color (decimal): -2177604 or 12371422. OLE color: 12371422.

HSL color Cylindrical-coordinate representation of color #DEC5BC: hue angle of 15.88º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC5BC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB222197188-
CMYK00.110.150.13
HSL15.88º34%80.39%-
HSV(B)15.88º15.32%87.06%-
XYZ59.1759.0955.86-
YUV203.45119.28141.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=36.57%
G=32.45%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219718800.110.150.1315.883480.39
HexDEC5BC0BFD102250
Octal33630527401317152042120
Binary1101111011000101101111000101111111101100001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5BC; }

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

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

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

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

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

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

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

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