#E3C2BE

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

Shades of Dust Storm #E3C2BE

Tints of Dust Storm #E3C2BE

Color information

#E3C2BE (or 0xE3C2BE) is unknown color: approx Dust Storm. HEX triplet: E3, C2 and BE. RGB value is (227,194,190). Sum of RGB (Red+Green+Blue) = 227+194+190=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C2BE is #1C3D41. Grayscale: #CBCBCB. Windows color (decimal): -1850690 or 12501731. OLE color: 12501731.

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

Color convert

RGB227194190-
CMYK00.150.160.11
HSL6.49º39.78%81.76%-
HSV(B)6.49º16.3%89.02%-
XYZ60.2658.6356.86-
YUV203.41120.43144.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.15%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=37.15%
G=31.75%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719419000.150.160.116.4939.7881.76
HexE3C2BE0F10B62852
Octal3433022760172013650122
Binary111000111100001010111110011111000010111101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C2BE; }

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

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

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

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

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

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

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

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