#E6CDC5

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

Shades of Dust Storm #E6CDC5

Tints of Dust Storm #E6CDC5

Color information

#E6CDC5 (or 0xE6CDC5) is unknown color: approx Dust Storm. HEX triplet: E6, CD and C5. RGB value is (230,205,197). Sum of RGB (Red+Green+Blue) = 230+205+197=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC5 is #19323A. Grayscale: #D3D3D3. Windows color (decimal): -1651259 or 12963302. OLE color: 12963302.

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

Color convert

RGB230205197-
CMYK00.110.140.10
HSL14.55º39.76%83.73%-
HSV(B)14.55º14.35%90.2%-
XYZ64.5464.5261.87-
YUV211.56119.78141.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.39%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 197 (77.34% from 255) = 31.17%
R=36.39%
G=32.44%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020519700.110.140.1014.5539.7683.73
HexE6CDC50BEAf2854
Octal34631530501316121750124
Binary111001101100110111000101010111110101011111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDC5; }

 p { color: rgb(230,205,197); }

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

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

 a { background-color: rgb(230,205,197); }

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

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

 span { border-color: rgb(230,205,197); }

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