#E7CDC6

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

Shades of Dust Storm #E7CDC6

Tints of Dust Storm #E7CDC6

Color information

#E7CDC6 (or 0xE7CDC6) is unknown color: approx Dust Storm. HEX triplet: E7, CD and C6. RGB value is (231,205,198). Sum of RGB (Red+Green+Blue) = 231+205+198=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDC6 is #183239. Grayscale: #D4D4D4. Windows color (decimal): -1585722 or 13028839. OLE color: 13028839.

HSL color Cylindrical-coordinate representation of color #E7CDC6: hue angle of 12.73º degrees, saturation: 0.41, 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 #E7CDC6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB231205198-
CMYK00.110.140.09
HSL12.73º40.74%84.12%-
HSV(B)12.73º14.29%90.59%-
XYZ64.9864.7362.5-
YUV211.98120.11141.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.44%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 198 (77.73% from 255) = 31.23%
R=36.44%
G=32.33%
B=31.23%

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
Decimal23120519800.110.140.0912.7340.7484.12
HexE7CDC60BE9d2954
Octal34731530601316111551124
Binary111001111100110111000110010111110100111011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDC6; }

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

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

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

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

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

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

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

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