#e8c3bd

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

Shades of Dust Storm #E8C3BD

Tints of Dust Storm #E8C3BD

Color information

#E8C3BD (or 0xE8C3BD) is unknown color: approx Dust Storm. HEX triplet: E8, C3 and BD. RGB value is (232,195,189). Sum of RGB (Red+Green+Blue) = 232+195+189=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C3BD is #173C42. Grayscale: #CDCDCD. Windows color (decimal): -1522755 or 12436456. OLE color: 12436456.

HSL color Cylindrical-coordinate representation of color #E8C3BD: hue angle of 8.37º 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 #E8C3BD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232195189-
CMYK00.160.190.09
HSL8.37º48.31%82.55%-
HSV(B)8.37º18.53%90.98%-
XYZ61.9859.8656.43-
YUV205.38118.76146.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.66%
GREEN value IS 195 (76.56% from 255) = 31.66%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=37.66%
G=31.66%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219518900.160.190.098.3748.3182.55
HexE8C3BD01013983053
Octal35030327502023111060123
Binary11101000110000111011110101000010011100110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8c3bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8c3bd; }

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

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

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

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

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

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

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

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