#ECC6BD

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

Shades of Dust Storm #ECC6BD

Tints of Dust Storm #ECC6BD

Color information

#ECC6BD (or 0xECC6BD) is unknown color: approx Dust Storm. HEX triplet: EC, C6 and BD. RGB value is (236,198,189). Sum of RGB (Red+Green+Blue) = 236+198+189=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6BD is #133942. Grayscale: #D0D0D0. Windows color (decimal): -1259843 or 12437228. OLE color: 12437228.

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

Color convert

RGB236198189-
CMYK00.160.200.07
HSL11.49º55.29%83.33%-
HSV(B)11.49º19.92%92.55%-
XYZ63.9761.956.72-
YUV208.34117.09147.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=37.88%
G=31.78%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619818900.160.200.0711.4955.2983.33
HexECC6BD010147b3753
Octal3543062750202471367123
Binary1110110011000110101111010100001010011110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC6BD; }

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

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

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

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

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

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

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

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