#ECCDC4

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

Shades of Dust Storm #ECCDC4

Tints of Dust Storm #ECCDC4

Color information

#ECCDC4 (or 0xECCDC4) is unknown color: approx Dust Storm. HEX triplet: EC, CD and C4. RGB value is (236,205,196). Sum of RGB (Red+Green+Blue) = 236+205+196=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC4 is #13323B. Grayscale: #D5D5D5. Windows color (decimal): -1258044 or 12897772. OLE color: 12897772.

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

Color convert

RGB236205196-
CMYK00.130.170.07
HSL13.5º51.28%84.71%-
HSV(B)13.5º16.95%92.55%-
XYZ66.3965.4861.36-
YUV213.24118.27144.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=37.05%
G=32.18%
B=30.77%

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
Decimal23620519600.130.170.0713.551.2884.71
HexECCDC40D117e3355
Octal3543153040152171663125
Binary111011001100110111000100011011000111111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDC4; }

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

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

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

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

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

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

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

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