#E7CDC7

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

Shades of Dust Storm #E7CDC7

Tints of Dust Storm #E7CDC7

Color information

#E7CDC7 (or 0xE7CDC7) is unknown color: approx Dust Storm. HEX triplet: E7, CD and C7. RGB value is (231,205,199). Sum of RGB (Red+Green+Blue) = 231+205+199=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDC7 is #183238. Grayscale: #D4D4D4. Windows color (decimal): -1585721 or 13094375. OLE color: 13094375.

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

Color convert

RGB231205199-
CMYK00.110.140.09
HSL11.25º40%84.31%-
HSV(B)11.25º13.85%90.59%-
XYZ65.164.7863.1-
YUV212.09120.61141.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.38%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=36.38%
G=32.28%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120519900.110.140.0911.254084.31
HexE7CDC70BE9b2854
Octal34731530701316111350124
Binary111001111100110111000111010111110100110111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDC7; }

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

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

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

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

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

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

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

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