#E6CDC0

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

Shades of Dust Storm #E6CDC0

Tints of Dust Storm #E6CDC0

Color information

#E6CDC0 (or 0xE6CDC0) is unknown color: approx Dust Storm. HEX triplet: E6, CD and C0. RGB value is (230,205,192). Sum of RGB (Red+Green+Blue) = 230+205+192=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC0 is #19323F. Grayscale: #D3D3D3. Windows color (decimal): -1651264 or 12635622. OLE color: 12635622.

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

Color convert

RGB230205192-
CMYK00.110.170.10
HSL20.53º43.18%82.75%-
HSV(B)20.53º16.52%90.2%-
XYZ63.9864.2958.91-
YUV210.99117.28141.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=36.68%
G=32.70%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020519200.110.170.1020.5343.1882.75
HexE6CDC00B11A152b53
Octal34631530001321122553123
Binary11100110110011011100000001011100011010101011010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDC0; }

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

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

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

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

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

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

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

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