#E0CABD

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

Shades of Dust Storm #E0CABD

Tints of Dust Storm #E0CABD

Color information

#E0CABD (or 0xE0CABD) is unknown color: approx Dust Storm. HEX triplet: E0, CA and BD. RGB value is (224,202,189). Sum of RGB (Red+Green+Blue) = 224+202+189=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CABD is #1F3542. Grayscale: #CFCFCF. Windows color (decimal): -2045251 or 12438240. OLE color: 12438240.

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

Color convert

RGB224202189-
CMYK00.100.160.12
HSL22.29º36.08%80.98%-
HSV(B)22.29º15.62%87.84%-
XYZ61.0561.7656.85-
YUV207.1117.79140.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=36.42%
G=32.85%
B=30.73%

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
Decimal22420218900.100.160.1222.2936.0880.98
HexE0CABD0A10C162451
Octal34031227501220142644121
Binary11100000110010101011110101010100001100101101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CABD; }

 p { color: rgb(224,202,189); }

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

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

 a { background-color: rgb(224,202,189); }

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

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

 span { border-color: rgb(224,202,189); }

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