#DECCC8

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

Shades of Dust Storm #DECCC8

Tints of Dust Storm #DECCC8

Color information

#DECCC8 (or 0xDECCC8) is unknown color: approx Dust Storm. HEX triplet: DE, CC and C8. RGB value is (222,204,200). Sum of RGB (Red+Green+Blue) = 222+204+200=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCC8 is #213337. Grayscale: #D0D0D0. Windows color (decimal): -2175800 or 13159646. OLE color: 13159646.

HSL color Cylindrical-coordinate representation of color #DECCC8: hue angle of 10.91º degrees, saturation: 0.25, 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 #DECCC8 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222204200-
CMYK00.080.100.13
HSL10.91º25%82.75%-
HSV(B)10.91º9.91%87.06%-
XYZ62.1462.8963.51-
YUV208.93122.96137.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=35.46%
G=32.59%
B=31.95%

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
Decimal22220420000.080.100.1310.912582.75
HexDECCC808ADb1953
Octal33631431001012151331123
Binary11011110110011001100100001000101011011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCC8; }

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

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

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

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

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

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

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

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