#E9C9BC

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

Shades of Dust Storm #E9C9BC

Tints of Dust Storm #E9C9BC

Color information

#E9C9BC (or 0xE9C9BC) is unknown color: approx Dust Storm. HEX triplet: E9, C9 and BC. RGB value is (233,201,188). Sum of RGB (Red+Green+Blue) = 233+201+188=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9BC is #163643. Grayscale: #D1D1D1. Windows color (decimal): -1455684 or 12372457. OLE color: 12372457.

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

Color convert

RGB233201188-
CMYK00.140.190.09
HSL17.33º50.56%82.55%-
HSV(B)17.33º19.31%91.37%-
XYZ63.5762.7356.33-
YUV209.09116.1145.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.46%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=37.46%
G=32.32%
B=30.23%

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
Decimal23320118800.140.190.0917.3350.5682.55
HexE9C9BC0E139113353
Octal35131127401623112163123
Binary11101001110010011011110001110100111001100011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C9BC; }

 p { color: rgb(233,201,188); }

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

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

 a { background-color: rgb(233,201,188); }

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

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

 span { border-color: rgb(233,201,188); }

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