#E4CBBA

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

Shades of Dust Storm #E4CBBA

Tints of Dust Storm #E4CBBA

Color information

#E4CBBA (or 0xE4CBBA) is unknown color: approx Dust Storm. HEX triplet: E4, CB and BA. RGB value is (228,203,186). Sum of RGB (Red+Green+Blue) = 228+203+186=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBBA is #1B3445. Grayscale: #D0D0D0. Windows color (decimal): -1782854 or 12241892. OLE color: 12241892.

HSL color Cylindrical-coordinate representation of color #E4CBBA: hue angle of 24.29º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CBBA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228203186-
CMYK00.110.180.11
HSL24.29º43.75%81.18%-
HSV(B)24.29º18.42%89.41%-
XYZ62.2162.7555.29-
YUV208.54115.28141.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.95%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=36.95%
G=32.90%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820318600.110.180.1124.2943.7581.18
HexE4CBBA0B12B182c51
Octal34431327201322133054121
Binary11100100110010111011101001011100101011110001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBBA; }

 p { color: rgb(228,203,186); }

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

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

 a { background-color: rgb(228,203,186); }

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

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

 span { border-color: rgb(228,203,186); }

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