#E1C7BE

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

Shades of Dust Storm #E1C7BE

Tints of Dust Storm #E1C7BE

Color information

#E1C7BE (or 0xE1C7BE) is unknown color: approx Dust Storm. HEX triplet: E1, C7 and BE. RGB value is (225,199,190). Sum of RGB (Red+Green+Blue) = 225+199+190=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7BE is #1E3841. Grayscale: #CDCDCD. Windows color (decimal): -1980482 or 12503009. OLE color: 12503009.

HSL color Cylindrical-coordinate representation of color #E1C7BE: hue angle of 15.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C7BE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225199190-
CMYK00.120.160.12
HSL15.43º36.84%81.37%-
HSV(B)15.43º15.56%88.24%-
XYZ60.7760.5757.2-
YUV205.75119.11141.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 199 (78.12% from 255) = 32.41%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=36.64%
G=32.41%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519919000.120.160.1215.4336.8481.37
HexE1C7BE0C10Cf2551
Octal34130727601420141745121
Binary1110000111000111101111100110010000110011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7BE; }

 p { color: rgb(225,199,190); }

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

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

 a { background-color: rgb(225,199,190); }

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

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

 span { border-color: rgb(225,199,190); }

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