#E1CABF

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

Shades of Dust Storm #E1CABF

Tints of Dust Storm #E1CABF

Color information

#E1CABF (or 0xE1CABF) is unknown color: approx Dust Storm. HEX triplet: E1, CA and BF. RGB value is (225,202,191). Sum of RGB (Red+Green+Blue) = 225+202+191=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CABF is #1E3540. Grayscale: #CFCFCF. Windows color (decimal): -1979713 or 12569313. OLE color: 12569313.

HSL color Cylindrical-coordinate representation of color #E1CABF: hue angle of 19.41º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CABF is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225202191-
CMYK00.100.150.12
HSL19.41º36.17%81.57%-
HSV(B)19.41º15.11%88.24%-
XYZ61.5862.0158.01-
YUV207.62118.62140.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 191 (75% from 255) = 30.91%
R=36.41%
G=32.69%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520219100.100.150.1219.4136.1781.57
HexE1CABF0AFC132452
Octal34131227701217142344122
Binary1110000111001010101111110101011111100100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CABF; }

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

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

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

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

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

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

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

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