#E3C4BA

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

Shades of Dust Storm #E3C4BA

Tints of Dust Storm #E3C4BA

Color information

#E3C4BA (or 0xE3C4BA) is unknown color: approx Dust Storm. HEX triplet: E3, C4 and BA. RGB value is (227,196,186). Sum of RGB (Red+Green+Blue) = 227+196+186=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C4BA is #1C3B45. Grayscale: #CCCCCC. Windows color (decimal): -1850182 or 12240099. OLE color: 12240099.

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

Color convert

RGB227196186-
CMYK00.140.180.11
HSL14.63º42.27%80.98%-
HSV(B)14.63º18.06%89.02%-
XYZ60.2859.3654.73-
YUV204.13117.77144.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=37.27%
G=32.18%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719618600.140.180.1114.6342.2780.98
HexE3C4BA0E12Bf2a51
Octal34330427201622131752121
Binary1110001111000100101110100111010010101111111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C4BA; }

 p { color: rgb(227,196,186); }

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

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

 a { background-color: rgb(227,196,186); }

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

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

 span { border-color: rgb(227,196,186); }

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