#E9C7BD

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

Shades of Dust Storm #E9C7BD

Tints of Dust Storm #E9C7BD

Color information

#E9C7BD (or 0xE9C7BD) is unknown color: approx Dust Storm. HEX triplet: E9, C7 and BD. RGB value is (233,199,189). Sum of RGB (Red+Green+Blue) = 233+199+189=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C7BD is #163842. Grayscale: #D0D0D0. Windows color (decimal): -1456195 or 12437481. OLE color: 12437481.

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

Color convert

RGB233199189-
CMYK00.150.190.09
HSL13.64º50%82.75%-
HSV(B)13.64º18.88%91.37%-
XYZ63.2161.8456.75-
YUV208.03117.26145.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.52%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=37.52%
G=32.05%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319918900.150.190.0913.645082.75
HexE9C7BD0F139e3253
Octal35130727501723111662123
Binary1110100111000111101111010111110011100111101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C7BD; }

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

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

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

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

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

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

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

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