#DEC9C4

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

Shades of Dust Storm #DEC9C4

Tints of Dust Storm #DEC9C4

Color information

#DEC9C4 (or 0xDEC9C4) is unknown color: approx Dust Storm. HEX triplet: DE, C9 and C4. RGB value is (222,201,196). Sum of RGB (Red+Green+Blue) = 222+201+196=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9C4 is #21363B. Grayscale: #CECECE. Windows color (decimal): -2176572 or 12896734. OLE color: 12896734.

HSL color Cylindrical-coordinate representation of color #DEC9C4: hue angle of 11.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC9C4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB222201196-
CMYK00.090.120.13
HSL11.54º28.26%81.96%-
HSV(B)11.54º11.71%87.06%-
XYZ60.9761.2960.84-
YUV206.71121.96138.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=35.86%
G=32.47%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220119600.090.120.1311.5428.2681.96
HexDEC9C409CDc1c52
Octal33631130401114151434122
Binary11011110110010011100010001001110011011100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9C4; }

 p { color: rgb(222,201,196); }

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

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

 a { background-color: rgb(222,201,196); }

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

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

 span { border-color: rgb(222,201,196); }

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