#E2CCC4

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

Shades of Dust Storm #E2CCC4

Tints of Dust Storm #E2CCC4

Color information

#E2CCC4 (or 0xE2CCC4) is unknown color: approx Dust Storm. HEX triplet: E2, CC and C4. RGB value is (226,204,196). Sum of RGB (Red+Green+Blue) = 226+204+196=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCC4 is #1D333B. Grayscale: #D1D1D1. Windows color (decimal): -1913660 or 12897506. OLE color: 12897506.

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

Color convert

RGB226204196-
CMYK00.100.130.11
HSL16º34.09%82.75%-
HSV(B)16º13.27%88.63%-
XYZ62.9263.3461.13-
YUV209.67120.29139.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.10%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=36.10%
G=32.59%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620419600.100.130.111634.0982.75
HexE2CCC40ADB102253
Octal34231430401215132042123
Binary1110001011001100110001000101011011011100001000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCC4; }

 p { color: rgb(226,204,196); }

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

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

 a { background-color: rgb(226,204,196); }

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

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

 span { border-color: rgb(226,204,196); }

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