#ECCDC3

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

Shades of Dust Storm #ECCDC3

Tints of Dust Storm #ECCDC3

Color information

#ECCDC3 (or 0xECCDC3) is unknown color: approx Dust Storm. HEX triplet: EC, CD and C3. RGB value is (236,205,195). Sum of RGB (Red+Green+Blue) = 236+205+195=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC3 is #13323C. Grayscale: #D5D5D5. Windows color (decimal): -1258045 or 12832236. OLE color: 12832236.

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

Color convert

RGB236205195-
CMYK00.130.170.07
HSL14.63º51.9%84.51%-
HSV(B)14.63º17.37%92.55%-
XYZ66.2765.4460.77-
YUV213.13117.77144.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=37.11%
G=32.23%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620519500.130.170.0714.6351.984.51
HexECCDC30D117f3455
Octal3543153030152171764125
Binary111011001100110111000011011011000111111111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDC3; }

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

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

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

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

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

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

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

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