#ECC6C1

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

Shades of Dust Storm #ECC6C1

Tints of Dust Storm #ECC6C1

Color information

#ECC6C1 (or 0xECC6C1) is unknown color: approx Dust Storm. HEX triplet: EC, C6 and C1. RGB value is (236,198,193). Sum of RGB (Red+Green+Blue) = 236+198+193=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6C1 is #13393E. Grayscale: #D0D0D0. Windows color (decimal): -1259839 or 12699372. OLE color: 12699372.

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

Color convert

RGB236198193-
CMYK00.160.180.07
HSL6.98º53.09%84.12%-
HSV(B)6.98º18.22%92.55%-
XYZ64.4162.0759.04-
YUV208.79119.09147.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 193 (75.78% from 255) = 30.78%
R=37.64%
G=31.58%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619819300.160.180.076.9853.0984.12
HexECC6C101012773554
Octal354306301020227765124
Binary111011001100011011000001010000100101111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6C1; }

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

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

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

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

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

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

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

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