#E2C3BE

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

Shades of Dust Storm #E2C3BE

Tints of Dust Storm #E2C3BE

Color information

#E2C3BE (or 0xE2C3BE) is unknown color: approx Dust Storm. HEX triplet: E2, C3 and BE. RGB value is (226,195,190). Sum of RGB (Red+Green+Blue) = 226+195+190=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C3BE is #1D3C41. Grayscale: #CBCBCB. Windows color (decimal): -1915970 or 12501986. OLE color: 12501986.

HSL color Cylindrical-coordinate representation of color #E2C3BE: hue angle of 8.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C3BE is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226195190-
CMYK00.140.160.11
HSL8.33º38.3%81.57%-
HSV(B)8.33º15.93%88.63%-
XYZ60.1758.9256.92-
YUV203.7120.27143.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=36.99%
G=31.91%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619519000.140.160.118.3338.381.57
HexE2C3BE0E10B82652
Octal34230327601620131046122
Binary1110001011000011101111100111010000101110001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C3BE; }

 p { color: rgb(226,195,190); }

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

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

 a { background-color: rgb(226,195,190); }

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

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

 span { border-color: rgb(226,195,190); }

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