#E1CABC

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

Shades of Dust Storm #E1CABC

Tints of Dust Storm #E1CABC

Color information

#E1CABC (or 0xE1CABC) is unknown color: approx Dust Storm. HEX triplet: E1, CA and BC. RGB value is (225,202,188). Sum of RGB (Red+Green+Blue) = 225+202+188=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CABC is #1E3543. Grayscale: #CFCFCF. Windows color (decimal): -1979716 or 12372705. OLE color: 12372705.

HSL color Cylindrical-coordinate representation of color #E1CABC: hue angle of 22.7º degrees, saturation: 0.38, 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 #E1CABC is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225202188-
CMYK00.100.160.12
HSL22.7º38.14%80.98%-
HSV(B)22.7º16.44%88.24%-
XYZ61.2561.8856.29-
YUV207.28117.12140.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=36.59%
G=32.85%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520218800.100.160.1222.738.1480.98
HexE1CABC0A10C172651
Octal34131227401220142746121
Binary11100001110010101011110001010100001100101111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CABC; }

 p { color: rgb(225,202,188); }

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

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

 a { background-color: rgb(225,202,188); }

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

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

 span { border-color: rgb(225,202,188); }

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