#E6CDC3

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

Shades of Dust Storm #E6CDC3

Tints of Dust Storm #E6CDC3

Color information

#E6CDC3 (or 0xE6CDC3) is unknown color: approx Dust Storm. HEX triplet: E6, CD and C3. RGB value is (230,205,195). Sum of RGB (Red+Green+Blue) = 230+205+195=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC3 is #19323C. Grayscale: #D3D3D3. Windows color (decimal): -1651261 or 12832230. OLE color: 12832230.

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

Color convert

RGB230205195-
CMYK00.110.150.10
HSL17.14º41.18%83.33%-
HSV(B)17.14º15.22%90.2%-
XYZ64.3164.4360.68-
YUV211.33118.78141.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.51%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 195 (76.56% from 255) = 30.95%
R=36.51%
G=32.54%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020519500.110.150.1017.1441.1883.33
HexE6CDC30BFA112953
Octal34631530301317122151123
Binary1110011011001101110000110101111111010100011010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDC3; }

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

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

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

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

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

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

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

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