#DEC6BD

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

Shades of Dust Storm #DEC6BD

Tints of Dust Storm #DEC6BD

Color information

#DEC6BD (or 0xDEC6BD) is unknown color: approx Dust Storm. HEX triplet: DE, C6 and BD. RGB value is (222,198,189). Sum of RGB (Red+Green+Blue) = 222+198+189=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6BD is #213942. Grayscale: #CCCCCC. Windows color (decimal): -2177347 or 12437214. OLE color: 12437214.

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

Color convert

RGB222198189-
CMYK00.110.150.13
HSL16.36º33.33%80.59%-
HSV(B)16.36º14.86%87.06%-
XYZ59.559.5956.51-
YUV204.15119.45140.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=36.45%
G=32.51%
B=31.03%

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
Decimal22219818900.110.150.1316.3633.3380.59
HexDEC6BD0BFD102151
Octal33630627501317152041121
Binary1101111011000110101111010101111111101100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6BD; }

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

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

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

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

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

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

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

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