#E1C4B8

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

Shades of Dust Storm #E1C4B8

Tints of Dust Storm #E1C4B8

Color information

#E1C4B8 (or 0xE1C4B8) is unknown color: approx Dust Storm. HEX triplet: E1, C4 and B8. RGB value is (225,196,184). Sum of RGB (Red+Green+Blue) = 225+196+184=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4B8 is #1E3B47. Grayscale: #CBCBCB. Windows color (decimal): -1981256 or 12109025. OLE color: 12109025.

HSL color Cylindrical-coordinate representation of color #E1C4B8: hue angle of 17.56º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1C4B8 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225196184-
CMYK00.130.180.12
HSL17.56º40.59%80.2%-
HSV(B)17.56º18.22%88.24%-
XYZ59.4458.9553.59-
YUV203.3117.11143.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 184 (72.27% from 255) = 30.41%
R=37.19%
G=32.40%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519618400.130.180.1217.5640.5980.2
HexE1C4B80D12C122950
Octal34130427001522142251120
Binary11100001110001001011100001101100101100100101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C4B8; }

 p { color: rgb(225,196,184); }

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

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

 a { background-color: rgb(225,196,184); }

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

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

 span { border-color: rgb(225,196,184); }

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