#E2C2BE

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

Shades of Dust Storm #E2C2BE

Tints of Dust Storm #E2C2BE

Color information

#E2C2BE (or 0xE2C2BE) is unknown color: approx Dust Storm. HEX triplet: E2, C2 and BE. RGB value is (226,194,190). Sum of RGB (Red+Green+Blue) = 226+194+190=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C2BE is #1D3D41. Grayscale: #CBCBCB. Windows color (decimal): -1916226 or 12501730. OLE color: 12501730.

HSL color Cylindrical-coordinate representation of color #E2C2BE: hue angle of 6.67º 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 #E2C2BE is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226194190-
CMYK00.140.160.11
HSL6.67º38.3%81.57%-
HSV(B)6.67º15.93%88.63%-
XYZ59.9558.4756.84-
YUV203.11120.6144.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=37.05%
G=31.80%
B=31.15%

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
Decimal22619419000.140.160.116.6738.381.57
HexE2C2BE0E10B72652
Octal3423022760162013746122
Binary111000101100001010111110011101000010111111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C2BE; }

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

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

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

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

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

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

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

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