#ECC5BD

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

Shades of Dust Storm #ECC5BD

Tints of Dust Storm #ECC5BD

Color information

#ECC5BD (or 0xECC5BD) is unknown color: approx Dust Storm. HEX triplet: EC, C5 and BD. RGB value is (236,197,189). Sum of RGB (Red+Green+Blue) = 236+197+189=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5BD is #133A42. Grayscale: #CFCFCF. Windows color (decimal): -1260099 or 12436972. OLE color: 12436972.

HSL color Cylindrical-coordinate representation of color #ECC5BD: hue angle of 10.21º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC5BD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236197189-
CMYK00.170.200.07
HSL10.21º55.29%83.33%-
HSV(B)10.21º19.92%92.55%-
XYZ63.7461.4456.64-
YUV207.75117.42148.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=37.94%
G=31.67%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619718900.170.200.0710.2155.2983.33
HexECC5BD011147a3753
Octal3543052750212471267123
Binary1110110011000101101111010100011010011110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5BD; }

 p { color: rgb(236,197,189); }

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

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

 a { background-color: rgb(236,197,189); }

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

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

 span { border-color: rgb(236,197,189); }

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