#E7CABF

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

Shades of Dust Storm #E7CABF

Tints of Dust Storm #E7CABF

Color information

#E7CABF (or 0xE7CABF) is unknown color: approx Dust Storm. HEX triplet: E7, CA and BF. RGB value is (231,202,191). Sum of RGB (Red+Green+Blue) = 231+202+191=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CABF is #183540. Grayscale: #D1D1D1. Windows color (decimal): -1586497 or 12569319. OLE color: 12569319.

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

Color convert

RGB231202191-
CMYK00.130.170.09
HSL16.5º45.45%82.75%-
HSV(B)16.5º17.32%90.59%-
XYZ63.4862.9958.1-
YUV209.42117.61143.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.02%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 191 (75% from 255) = 30.61%
R=37.02%
G=32.37%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120219100.130.170.0916.545.4582.75
HexE7CABF0D119112d53
Octal34731227701521112155123
Binary11100111110010101011111101101100011001100011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CABF; }

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

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

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

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

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

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

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

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