#E7CDC0

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

Shades of Dust Storm #E7CDC0

Tints of Dust Storm #E7CDC0

Color information

#E7CDC0 (or 0xE7CDC0) is unknown color: approx Dust Storm. HEX triplet: E7, CD and C0. RGB value is (231,205,192). Sum of RGB (Red+Green+Blue) = 231+205+192=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDC0 is #18323F. Grayscale: #D3D3D3. Windows color (decimal): -1585728 or 12635623. OLE color: 12635623.

HSL color Cylindrical-coordinate representation of color #E7CDC0: hue angle of 20º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7CDC0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231205192-
CMYK00.110.170.09
HSL20º44.83%82.94%-
HSV(B)20º16.88%90.59%-
XYZ64.364.4658.92-
YUV211.29117.11142.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=36.78%
G=32.64%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120519200.110.170.092044.8382.94
HexE7CDC00B119142d53
Octal34731530001321112455123
Binary11100111110011011100000001011100011001101001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDC0; }

 p { color: rgb(231,205,192); }

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

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

 a { background-color: rgb(231,205,192); }

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

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

 span { border-color: rgb(231,205,192); }

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