#E0C7C5

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

Shades of Dust Storm #E0C7C5

Tints of Dust Storm #E0C7C5

Color information

#E0C7C5 (or 0xE0C7C5) is unknown color: approx Dust Storm. HEX triplet: E0, C7 and C5. RGB value is (224,199,197). Sum of RGB (Red+Green+Blue) = 224+199+197=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C7C5 is #1F383A. Grayscale: #CECECE. Windows color (decimal): -2046011 or 12961760. OLE color: 12961760.

HSL color Cylindrical-coordinate representation of color #E0C7C5: hue angle of 4.44º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0C7C5 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224199197-
CMYK00.110.120.12
HSL4.44º30.34%82.55%-
HSV(B)4.44º12.05%87.84%-
XYZ61.2460.7361.32-
YUV206.25122.78140.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.13%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=36.13%
G=32.10%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419919700.110.120.124.4430.3482.55
HexE0C7C50BCC41e53
Octal3403073050131414436123
Binary1110000011000111110001010101111001100100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C7C5; }

 p { color: rgb(224,199,197); }

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

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

 a { background-color: rgb(224,199,197); }

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

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

 span { border-color: rgb(224,199,197); }

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