#ECCCC3

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

Shades of Dust Storm #ECCCC3

Tints of Dust Storm #ECCCC3

Color information

#ECCCC3 (or 0xECCCC3) is unknown color: approx Dust Storm. HEX triplet: EC, CC and C3. RGB value is (236,204,195). Sum of RGB (Red+Green+Blue) = 236+204+195=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC3 is #13333C. Grayscale: #D4D4D4. Windows color (decimal): -1258301 or 12831980. OLE color: 12831980.

HSL color Cylindrical-coordinate representation of color #ECCCC3: hue angle of 13.17º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCCC3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236204195-
CMYK00.140.170.07
HSL13.17º51.9%84.51%-
HSV(B)13.17º17.37%92.55%-
XYZ66.0464.9660.69-
YUV212.54118.1144.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=37.17%
G=32.13%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620419500.140.170.0713.1751.984.51
HexECCCC30E117d3455
Octal3543143030162171564125
Binary111011001100110011000011011101000111111011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCC3; }

 p { color: rgb(236,204,195); }

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

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

 a { background-color: rgb(236,204,195); }

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

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

 span { border-color: rgb(236,204,195); }

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