#E5CABC

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

Shades of Dust Storm #E5CABC

Tints of Dust Storm #E5CABC

Color information

#E5CABC (or 0xE5CABC) is unknown color: approx Dust Storm. HEX triplet: E5, CA and BC. RGB value is (229,202,188). Sum of RGB (Red+Green+Blue) = 229+202+188=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CABC is #1A3543. Grayscale: #D0D0D0. Windows color (decimal): -1717572 or 12372709. OLE color: 12372709.

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

Color convert

RGB229202188-
CMYK00.120.180.10
HSL20.49º44.09%81.76%-
HSV(B)20.49º17.9%89.8%-
XYZ62.5162.5356.35-
YUV208.48116.45142.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.00%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=37.00%
G=32.63%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920218800.120.180.1020.4944.0981.76
HexE5CABC0C12A142c52
Octal34531227401422122454122
Binary11100101110010101011110001100100101010101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CABC; }

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

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

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

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

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

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

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

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