#E3C3BF

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

Shades of Dust Storm #E3C3BF

Tints of Dust Storm #E3C3BF

Color information

#E3C3BF (or 0xE3C3BF) is unknown color: approx Dust Storm. HEX triplet: E3, C3 and BF. RGB value is (227,195,191). Sum of RGB (Red+Green+Blue) = 227+195+191=613 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.03% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C3BF is #1C3C40. Grayscale: #CCCCCC. Windows color (decimal): -1850433 or 12567523. OLE color: 12567523.

HSL color Cylindrical-coordinate representation of color #E3C3BF: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3C3BF is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227195191-
CMYK00.140.160.11
HSL6.67º39.13%81.96%-
HSV(B)6.67º15.86%89.02%-
XYZ60.659.1257.51-
YUV204.11120.6144.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.03%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 191 (75% from 255) = 31.16%
R=37.03%
G=31.81%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719519100.140.160.116.6739.1381.96
HexE3C3BF0E10B72752
Octal3433032770162013747122
Binary111000111100001110111111011101000010111111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C3BF; }

 p { color: rgb(227,195,191); }

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

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

 a { background-color: rgb(227,195,191); }

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

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

 span { border-color: rgb(227,195,191); }

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