#E2CCC6

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

Shades of Dust Storm #E2CCC6

Tints of Dust Storm #E2CCC6

Color information

#E2CCC6 (or 0xE2CCC6) is unknown color: approx Dust Storm. HEX triplet: E2, CC and C6. RGB value is (226,204,198). Sum of RGB (Red+Green+Blue) = 226+204+198=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCC6 is #1D3339. Grayscale: #D1D1D1. Windows color (decimal): -1913658 or 13028578. OLE color: 13028578.

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

Color convert

RGB226204198-
CMYK00.100.120.11
HSL12.86º32.56%83.14%-
HSV(B)12.86º12.39%88.63%-
XYZ63.1563.4362.34-
YUV209.89121.29139.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.99%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=35.99%
G=32.48%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620419800.100.120.1112.8632.5683.14
HexE2CCC60ACBd2153
Octal34231430601214131541123
Binary111000101100110011000110010101100101111011000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCC6; }

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

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

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

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

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

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

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

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