#E6CCC0

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

Shades of Dust Storm #E6CCC0

Tints of Dust Storm #E6CCC0

Color information

#E6CCC0 (or 0xE6CCC0) is unknown color: approx Dust Storm. HEX triplet: E6, CC and C0. RGB value is (230,204,192). Sum of RGB (Red+Green+Blue) = 230+204+192=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCC0 is #19333F. Grayscale: #D2D2D2. Windows color (decimal): -1651520 or 12635366. OLE color: 12635366.

HSL color Cylindrical-coordinate representation of color #E6CCC0: hue angle of 18.95º 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 #E6CCC0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230204192-
CMYK00.110.170.10
HSL18.95º43.18%82.75%-
HSV(B)18.95º16.52%90.2%-
XYZ63.7463.8158.83-
YUV210.41117.61141.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=36.74%
G=32.59%
B=30.67%

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
Decimal23020419200.110.170.1018.9543.1882.75
HexE6CCC00B11A132b53
Octal34631430001321122353123
Binary11100110110011001100000001011100011010100111010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCC0; }

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

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

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

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

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

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

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

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