#E8C7BD

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

Shades of Dust Storm #E8C7BD

Tints of Dust Storm #E8C7BD

Color information

#E8C7BD (or 0xE8C7BD) is unknown color: approx Dust Storm. HEX triplet: E8, C7 and BD. RGB value is (232,199,189). Sum of RGB (Red+Green+Blue) = 232+199+189=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7BD is #173842. Grayscale: #CFCFCF. Windows color (decimal): -1521731 or 12437480. OLE color: 12437480.

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

Color convert

RGB232199189-
CMYK00.140.190.09
HSL13.95º48.31%82.55%-
HSV(B)13.95º18.53%90.98%-
XYZ62.8961.6856.73-
YUV207.73117.43145.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=37.42%
G=32.10%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219918900.140.190.0913.9548.3182.55
HexE8C7BD0E139e3053
Octal35030727501623111660123
Binary1110100011000111101111010111010011100111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C7BD; }

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

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

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

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

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

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

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

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