#E8C6BF

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

Shades of Dust Storm #E8C6BF

Tints of Dust Storm #E8C6BF

Color information

#E8C6BF (or 0xE8C6BF) is unknown color: approx Dust Storm. HEX triplet: E8, C6 and BF. RGB value is (232,198,191). Sum of RGB (Red+Green+Blue) = 232+198+191=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6BF is #173940. Grayscale: #CFCFCF. Windows color (decimal): -1521985 or 12568296. OLE color: 12568296.

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

Color convert

RGB232198191-
CMYK00.150.180.09
HSL10.24º47.13%82.94%-
HSV(B)10.24º17.67%90.98%-
XYZ62.8861.3157.81-
YUV207.37118.76145.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.36%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 191 (75% from 255) = 30.76%
R=37.36%
G=31.88%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219819100.150.180.0910.2447.1382.94
HexE8C6BF0F129a2f53
Octal35030627701722111257123
Binary1110100011000110101111110111110010100110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C6BF; }

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

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

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

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

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

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

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

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