#E7C7BD

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

Shades of Dust Storm #E7C7BD

Tints of Dust Storm #E7C7BD

Color information

#E7C7BD (or 0xE7C7BD) is unknown color: approx Dust Storm. HEX triplet: E7, C7 and BD. RGB value is (231,199,189). Sum of RGB (Red+Green+Blue) = 231+199+189=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7BD is #183842. Grayscale: #CFCFCF. Windows color (decimal): -1587267 or 12437479. OLE color: 12437479.

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

Color convert

RGB231199189-
CMYK00.140.180.09
HSL14.29º46.67%82.35%-
HSV(B)14.29º18.18%90.59%-
XYZ62.5661.5156.72-
YUV207.43117.6144.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=37.32%
G=32.15%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119918900.140.180.0914.2946.6782.35
HexE7C7BD0E129e2f52
Octal34730727501622111657122
Binary1110011111000111101111010111010010100111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7BD; }

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

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

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

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

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

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

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

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