#E8C6BD

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

Shades of Dust Storm #E8C6BD

Tints of Dust Storm #E8C6BD

Color information

#E8C6BD (or 0xE8C6BD) is unknown color: approx Dust Storm. HEX triplet: E8, C6 and BD. RGB value is (232,198,189). Sum of RGB (Red+Green+Blue) = 232+198+189=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6BD is #173942. Grayscale: #CFCFCF. Windows color (decimal): -1521987 or 12437224. OLE color: 12437224.

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

Color convert

RGB232198189-
CMYK00.150.190.09
HSL12.56º48.31%82.55%-
HSV(B)12.56º18.53%90.98%-
XYZ62.6661.2256.66-
YUV207.14117.76145.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.48%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=37.48%
G=31.99%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219818900.150.190.0912.5648.3182.55
HexE8C6BD0F139d3053
Octal35030627501723111560123
Binary1110100011000110101111010111110011100111011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C6BD; }

 p { color: rgb(232,198,189); }

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

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

 a { background-color: rgb(232,198,189); }

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

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

 span { border-color: rgb(232,198,189); }

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