#E7CABD

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

Shades of Dust Storm #E7CABD

Tints of Dust Storm #E7CABD

Color information

#E7CABD (or 0xE7CABD) is unknown color: approx Dust Storm. HEX triplet: E7, CA and BD. RGB value is (231,202,189). Sum of RGB (Red+Green+Blue) = 231+202+189=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CABD is #183542. Grayscale: #D1D1D1. Windows color (decimal): -1586499 or 12438247. OLE color: 12438247.

HSL color Cylindrical-coordinate representation of color #E7CABD: hue angle of 18.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7CABD is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231202189-
CMYK00.130.180.09
HSL18.57º46.67%82.35%-
HSV(B)18.57º18.18%90.59%-
XYZ63.2662.956.95-
YUV209.19116.61143.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.14%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=37.14%
G=32.48%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120218900.130.180.0918.5746.6782.35
HexE7CABD0D129132f52
Octal34731227501522112357122
Binary11100111110010101011110101101100101001100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CABD; }

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

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

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

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

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

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

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

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