#DECCC7

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

Shades of Dust Storm #DECCC7

Tints of Dust Storm #DECCC7

Color information

#DECCC7 (or 0xDECCC7) is unknown color: approx Dust Storm. HEX triplet: DE, CC and C7. RGB value is (222,204,199). Sum of RGB (Red+Green+Blue) = 222+204+199=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCC7 is #213338. Grayscale: #D0D0D0. Windows color (decimal): -2175801 or 13094110. OLE color: 13094110.

HSL color Cylindrical-coordinate representation of color #DECCC7: hue angle of 13.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECCC7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222204199-
CMYK00.080.100.13
HSL13.04º25.84%82.55%-
HSV(B)13.04º10.36%87.06%-
XYZ62.0362.8462.89-
YUV208.81122.46137.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=35.52%
G=32.64%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220419900.080.100.1313.0425.8482.55
HexDECCC708ADd1a53
Octal33631430701012151532123
Binary11011110110011001100011101000101011011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCC7; }

 p { color: rgb(222,204,199); }

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

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

 a { background-color: rgb(222,204,199); }

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

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

 span { border-color: rgb(222,204,199); }

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