#E2CDC9

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

Shades of Dust Storm #E2CDC9

Tints of Dust Storm #E2CDC9

Color information

#E2CDC9 (or 0xE2CDC9) is unknown color: approx Dust Storm. HEX triplet: E2, CD and C9. RGB value is (226,205,201). Sum of RGB (Red+Green+Blue) = 226+205+201=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDC9 is #1D3236. Grayscale: #D2D2D2. Windows color (decimal): -1913399 or 13225442. OLE color: 13225442.

HSL color Cylindrical-coordinate representation of color #E2CDC9: hue angle of 9.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CDC9 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226205201-
CMYK00.090.110.11
HSL9.6º30.12%83.73%-
HSV(B)9.6º11.06%88.63%-
XYZ63.7464.0564.26-
YUV210.82122.46138.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 201 (78.91% from 255) = 31.80%
R=35.76%
G=32.44%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620520100.090.110.119.630.1283.73
HexE2CDC909BBa1e54
Octal34231531101113131236124
Binary11100010110011011100100101001101110111010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDC9; }

 p { color: rgb(226,205,201); }

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

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

 a { background-color: rgb(226,205,201); }

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

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

 span { border-color: rgb(226,205,201); }

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