#DECABE

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

Shades of Dust Storm #DECABE

Tints of Dust Storm #DECABE

Color information

#DECABE (or 0xDECABE) is unknown color: approx Dust Storm. HEX triplet: DE, CA and BE. RGB value is (222,202,190). Sum of RGB (Red+Green+Blue) = 222+202+190=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DECABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECABE is #213541. Grayscale: #CECECE. Windows color (decimal): -2176322 or 12503774. OLE color: 12503774.

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

Color convert

RGB222202190-
CMYK00.090.140.13
HSL22.5º32.65%80.78%-
HSV(B)22.5º14.41%87.06%-
XYZ60.5461.4957.39-
YUV206.61118.63138.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=36.16%
G=32.90%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220219000.090.140.1322.532.6580.78
HexDECABE09ED172151
Octal33631227601116152741121
Binary1101111011001010101111100100111101101101111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECABE; }

 p { color: rgb(222,202,190); }

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

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

 a { background-color: rgb(222,202,190); }

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

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

 span { border-color: rgb(222,202,190); }

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