#ECC6BA

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

Shades of Dust Storm #ECC6BA

Tints of Dust Storm #ECC6BA

Color information

#ECC6BA (or 0xECC6BA) is unknown color: approx Dust Storm. HEX triplet: EC, C6 and BA. RGB value is (236,198,186). Sum of RGB (Red+Green+Blue) = 236+198+186=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6BA is #133945. Grayscale: #D0D0D0. Windows color (decimal): -1259846 or 12240620. OLE color: 12240620.

HSL color Cylindrical-coordinate representation of color #ECC6BA: hue angle of 14.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC6BA is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236198186-
CMYK00.160.210.07
HSL14.4º56.82%82.75%-
HSV(B)14.4º21.19%92.55%-
XYZ63.6561.7755.02-
YUV207.99115.59147.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 186 (73.05% from 255) = 30%
R=38.06%
G=31.94%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619818600.160.210.0714.456.8282.75
HexECC6BA010157e3953
Octal3543062720202571671123
Binary1110110011000110101110100100001010111111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6BA; }

 p { color: rgb(236,198,186); }

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

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

 a { background-color: rgb(236,198,186); }

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

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

 span { border-color: rgb(236,198,186); }

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