#ECC9C2

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

Shades of Dust Storm #ECC9C2

Tints of Dust Storm #ECC9C2

Color information

#ECC9C2 (or 0xECC9C2) is unknown color: approx Dust Storm. HEX triplet: EC, C9 and C2. RGB value is (236,201,194). Sum of RGB (Red+Green+Blue) = 236+201+194=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9C2 is #13363D. Grayscale: #D2D2D2. Windows color (decimal): -1259070 or 12765676. OLE color: 12765676.

HSL color Cylindrical-coordinate representation of color #ECC9C2: hue angle of 10º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC9C2 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB236201194-
CMYK00.150.180.07
HSL10º52.5%84.31%-
HSV(B)10º17.8%92.55%-
XYZ65.2263.559.86-
YUV210.67118.6146.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 194 (76.17% from 255) = 30.74%
R=37.40%
G=31.85%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620119400.150.180.071052.584.31
HexECC9C20F127a3554
Octal3543113020172271265124
Binary111011001100100111000010011111001011110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9C2; }

 p { color: rgb(236,201,194); }

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

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

 a { background-color: rgb(236,201,194); }

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

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

 span { border-color: rgb(236,201,194); }

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